TypeBuilder.GUID Property

Definition

Retrieves the GUID of this type.

public:
 virtual property Guid GUID { Guid get(); };
public override Guid GUID { get; }
member this.GUID : Guid
Public Overrides ReadOnly Property GUID As Guid

Property Value

Read-only. Retrieves the GUID of this type.

Exceptions

This method is not currently supported for incomplete types.

Remarks

Retrieve the type using Type.GetType or Assembly.GetType and use reflection on the retrieved type.

Applies to