TypeBuilder.TypeHandle Propriedade
Definição
Não tem suporte em módulos dinâmicos.Not supported in dynamic modules.
public:
virtual property RuntimeTypeHandle TypeHandle { RuntimeTypeHandle get(); };
public override RuntimeTypeHandle TypeHandle { get; }
member this.TypeHandle : RuntimeTypeHandle
Public Overrides ReadOnly Property TypeHandle As RuntimeTypeHandle
Valor da propriedade
Somente leitura.Read-only.
Exceções
Não tem suporte em módulos dinâmicos.Not supported in dynamic modules.
Comentários
Recupere o tipo usando Type.GetType ou Assembly.GetType e use reflexão no tipo recuperado.Retrieve the type using Type.GetType or Assembly.GetType and use reflection on the retrieved type.