ManagedNameAttribute(String) Constructor

Definition

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)

Parameters

name
String

The alternate name for the type, field, property, method, or parameter to which this attribute is applied.

Remarks

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to