ManagedNameAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.