EnumBuilder.TypeHandle Proprietà

Definizione

Recupera l'handle interno per questa enumerazione.

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

Valore della proprietà

Sola lettura. Handle interno per questa enumerazione.

Eccezioni

Questa proprietà non è attualmente supportata.

Commenti

È possibile recuperare il tipo usando Type.GetType o Assembly.GetType e usare la reflection sul tipo recuperato.

Usare questo handle per accedere all'handle di metadati sottostante.

Si applica a