ManagedNameAttribute(String) コンストラクター

定義

この属性を適用する型、フィールド、プロパティ、メソッド、またはパラメーターに対して代替的な名前の指定を許可する ManagedNameAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

name
String

この属性を適用する型、フィールド、プロパティ、メソッド、またはパラメーターに対する代替的な名前。

注釈

.NET Framework のセキュリティ

直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「 部分信頼コードからのライブラリの使用」を参照してください。

適用対象