Field |
public sealed class FieldDescriptor : IEquatable<FieldDescriptor>
The FieldDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
| FieldOffsetBits | The offset of the field in the structure in bits (or -1). | |
| FieldType | The data type of the field. | |
| GetValue | A delegate for retrieving the value of a field from an instance of a structure (or null). | |
| Name | The name of the field. | |
| Position | The position of the field in the structure. | |
| SetValue | A delegate for setting the value of a field in an instance of a structure (or null). |