Retrieves the internal metadata handle for this field.
[Visual Basic] Overridable Public ReadOnly Property FieldHandle As _ RuntimeFieldHandle [C#] public RuntimeFieldHandle FieldHandle {override get;} [C++] public: __property virtual RuntimeFieldHandle get_FieldHandle(); [JScript] public function get FieldHandle() : RuntimeFieldHandle;
Read-only. The internal metadata handle for this field.
FieldBuilder Class | FieldBuilder Members | System.Reflection.Emit Namespace