System.Reflection.Emit.TypeBuilder.GUID Property

Retrieves the GUID of this type.

Syntax

public override Guid GUID { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the type using Type.GetType or System.Reflection.Assembly.GetType(string) and use reflection on the retrieved type.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0