RemObjects.SDK.Helpers
Classes
Class | Notes |
---|---|
BinHelpers | The BinHelpers static class contains methods used to aid in byte and streaming operations. |
ReflectionHelpers | |
StreamHelpers | The StreamHelpers class provides a set of utility methods used to manipulate and transform data streams. |
StringHelpers | |
VariantHelpers | The VariantHelpers utility class provides methods to read variant data types from the stream or write data to it. This class relies on BinSerializer to perform actual write or read operations. |
Enums
Enum | Notes |
---|---|
VariantCode | The VariantCode enum represents different value types that can be stored as a Variant value. Methods VariantHelpers and VariantHelpers allow to perform conversions between .NET type info and corresponding VariantCode... |