Retrieves the internal handle for this enum. Use this handle to access the underlying metadata handle.
[Visual Basic] Overridable Public ReadOnly Property TypeHandle As _ RuntimeTypeHandle [C#] public RuntimeTypeHandle TypeHandle {override get;} [C++] public: __property virtual RuntimeTypeHandle get_TypeHandle(); [JScript] public function get TypeHandle() : RuntimeTypeHandle;
Read-only. The internal handle for this enum.
Exception Type | Condition |
---|---|
NotSupportedException | This property is not currently supported. |
EnumBuilder Class | EnumBuilder Members | System.Reflection.Emit Namespace