This is a list of .NET types supported by Yats as of today. More types and custom classes can be implemented (TODO: link to post on how to implement a new parameter type and editor)
- String
- Regular expression
- IPAddress, EndpointAddress
- bool, Byte, SByte, Decimal, Int16, Int32, UInt16, UInt32, UInt64 and Nullable integer types
- Float, Double
- byte[], provides string and hex editors
- TimeSpan, DateTime
- File name
- Any type of Enum
- Serial port, TCP/IP socket, UDP socket, SSH socket (more details in separate post. TODO link)
- List<> and Array of any supported parameter type