public class FieldInfo
Public Class FieldInfo
Dim instance As FieldInfo
public ref class FieldInfo
type FieldInfo = class end
FieldInfo | Create instance of FieldInfo with all necessary properties. |
ClassType | .NET class type. |
Countprefix | Length in bytes of count prefix. |
Decimals | Decimals of BCD. |
Elements | Number of elements. |
Encoding | Encoding of string. |
Endianess | Endianess. |
Field | Corresponding reflection object. |
Length | Length of fixed length string. |
Pad | Whether to pad. |
PadChar | Pad character. |
PrefixLength | Prefix length. |
SelectPad | Sub class padding to fixed length. |
Selects | Sub class selections. |
StructType | Struct type. |
Zone | Zone of zoned BCD. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |