CustomAttribute.Constructor Propriedade

Definição

Obtém o construtor (o MethodDefinitionHandle ou MemberReferenceHandle) do tipo de atributo personalizado.Gets the constructor (the MethodDefinitionHandle or MemberReferenceHandle) of the custom attribute type.

public:
 property System::Reflection::Metadata::EntityHandle Constructor { System::Reflection::Metadata::EntityHandle get(); };
public System.Reflection.Metadata.EntityHandle Constructor { get; }
member this.Constructor : System.Reflection.Metadata.EntityHandle
Public ReadOnly Property Constructor As EntityHandle

Valor da propriedade

EntityHandle

Comentários

Corresponde ao Type campo da CustomAttribute tabela no padrão ECMA-335.Corresponds to the Type field of the CustomAttribute table in the ECMA-335 Standard.

Aplica-se a