MetadataBuilder.AddFieldLayout(FieldDefinitionHandle, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a field layout of a field definition.
public:
void AddFieldLayout(System::Reflection::Metadata::FieldDefinitionHandle field, int offset);
public void AddFieldLayout (System.Reflection.Metadata.FieldDefinitionHandle field, int offset);
member this.AddFieldLayout : System.Reflection.Metadata.FieldDefinitionHandle * int -> unit
Public Sub AddFieldLayout (field As FieldDefinitionHandle, offset As Integer)
Parameters
- field
- FieldDefinitionHandle
The field definition handle.
- offset
- Int32
The byte offset of the field within the declaring type instance.
Remarks
Entries must be added in the same order as the corresponding field definitions.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.