TypeDelegator.TypeHandle Propriedade
Definição
Obtém um identificador para a representação interna de metadados de um tipo implementado.Gets a handle to the internal metadata representation of an implemented type.
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
Um objeto RuntimeTypeHandle.A RuntimeTypeHandle object.
Comentários
Um identificador de tipo é um valor inteiro exclusivo associado a cada tipo.A type handle is a unique integer value associated with each type. O identificador é exclusivo durante o tempo de execução.The handle is unique during the runtime.