Click or drag to resize

FieldDescriptor Properties

The FieldDescriptor type exposes the following members.

Properties
 NameDescription
Public propertyFieldOffsetBits The offset of the field in the structure in bits (or -1).
Public propertyFieldType The data type of the field.
Public propertyGetValue A delegate for retrieving the value of a field from an instance of a structure (or null).
Public propertyName The name of the field.
Public propertyPosition The position of the field in the structure.
Public propertySetValue A delegate for setting the value of a field in an instance of a structure (or null).
Top
See Also