Retrieves the GUID of this type.
[Visual Basic] Overridable Public ReadOnly Property GUID As Guid [C#] public Guid GUID {override get;} [C++] public: __property virtual Guid get_GUID(); [JScript] public function get GUID() : Guid;
Read-only. Retrieves the GUID of this type
Exception Type | Condition |
---|---|
NotSupportedException | This method is not currently supported. |
As a workaround, retrieve the type using Type.GetType or Assembly.GetType and use reflection on the retrieved type.
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace