ManagedNameAttribute(String) Construtor
Definição
Inicializa uma nova instância da classe ManagedNameAttribute que permite que o nome alternativo seja especificado para o tipo, o campo, a propriedade, o método ou o parâmetro ao qual esse atributo é aplicado.Initializes a new instance of the ManagedNameAttribute class that allows the alternate name to be specified for the type, field, property, method, or parameter to which this attribute is applied.
public:
ManagedNameAttribute(System::String ^ name);
public ManagedNameAttribute (string name);
new System.Management.Instrumentation.ManagedNameAttribute : string -> System.Management.Instrumentation.ManagedNameAttribute
Public Sub New (name As String)
Parâmetros
- name
- String
O nome alternativo para o tipo, o campo, a propriedade, o método ou o parâmetro ao qual esse atributo é aplicado.The alternate name for the type, field, property, method, or parameter to which this attribute is applied.
Comentários
Segurança do .NET Framework.NET Framework Security
Confiança total para o chamador imediato.Full trust for the immediate caller. Este membro não pode ser usado pelo código parcialmente confiável.This member cannot be used by partially trusted code. Para obter mais informações, consulte usando bibliotecas de código parcialmente confiável.For more information, see Using Libraries from Partially Trusted Code.