DecoratedNameAttribute Constructors

Definition

Initializes a new instance of the DecoratedNameAttribute class.

Overloads

DecoratedNameAttribute()

Initializes a new instance of the DecoratedNameAttribute class.

DecoratedNameAttribute(String)

Initializes a new instance of the DecoratedNameAttribute class using the specified decorated name.

DecoratedNameAttribute()

Initializes a new instance of the DecoratedNameAttribute class.

public:
 DecoratedNameAttribute();
public DecoratedNameAttribute ();
Public Sub New ()

Applies to

DecoratedNameAttribute(String)

Initializes a new instance of the DecoratedNameAttribute class using the specified decorated name.

public:
 DecoratedNameAttribute(System::String ^ pszDecoratedName);
public:
 DecoratedNameAttribute(System::String ^ decoratedName);
public DecoratedNameAttribute (string pszDecoratedName);
public DecoratedNameAttribute (string decoratedName);
new Microsoft.VisualC.DecoratedNameAttribute : string -> Microsoft.VisualC.DecoratedNameAttribute
new Microsoft.VisualC.DecoratedNameAttribute : string -> Microsoft.VisualC.DecoratedNameAttribute
Public Sub New (pszDecoratedName As String)
Public Sub New (decoratedName As String)

Parameters

pszDecoratedNamedecoratedName
String

The decorated name of a method.

Applies to