Yats – Supported Parameter Types

By | March 26, 2013

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
Byte array editor (Hex mode)

Byte array editor (Hex mode)

Single-line string editor

Single-line string editor

Editing Byte[] or String as multi-line string

Editing Byte[] or String as multi-line string

Regular expression editor

Regular expression editor

Collection editor (showing String[])

Collection editor (showing String[])

TimeSpan editor

TimeSpan editor

DateTime editor

DateTime editor

 

 

 

Leave a Reply

Your email address will not be published.