ManagedNameAttribute Constructor (String^)

 

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.

Namespace:   System.Management.Instrumentation
Assembly:  System.Management (in System.Management.dll)

public:
ManagedNameAttribute(
	String^ name
)

Parameters

name
Type: System::String^

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

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.

.NET Framework
Available since 1.1
Return to top
Show: