InstrumentedAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
InstrumentedAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
InstrumentedAttribute() |
root\default 名前空間に設定した InstrumentedAttribute クラスの新しいインスタンスを初期化します。 これはパラメーターなしのコンストラクターです。 |
InstrumentedAttribute(String) |
このアセンブリ内の実装のために指定した名前空間に設定した InstrumentedAttribute クラスの新しいインスタンスを初期化します。 |
InstrumentedAttribute(String, String) |
このアセンブリ内の実装のために指定した名前空間とセキュリティ設定を設定した InstrumentedAttribute クラスの新しいインスタンスを初期化します。 |
InstrumentedAttribute()
root\default 名前空間に設定した InstrumentedAttribute クラスの新しいインスタンスを初期化します。 これはパラメーターなしのコンストラクターです。
public:
InstrumentedAttribute();
public InstrumentedAttribute ();
Public Sub New ()
注釈
.NET Framework のセキュリティ
直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「 部分信頼コードからのライブラリの使用」を参照してください。
適用対象
InstrumentedAttribute(String)
このアセンブリ内の実装のために指定した名前空間に設定した InstrumentedAttribute クラスの新しいインスタンスを初期化します。
public:
InstrumentedAttribute(System::String ^ namespaceName);
public InstrumentedAttribute (string namespaceName);
new System.Management.Instrumentation.InstrumentedAttribute : string -> System.Management.Instrumentation.InstrumentedAttribute
Public Sub New (namespaceName As String)
パラメーター
- namespaceName
- String
実装のインスタンスとイベントの名前空間。
注釈
.NET Framework のセキュリティ
直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「 部分信頼コードからのライブラリの使用」を参照してください。
適用対象
InstrumentedAttribute(String, String)
このアセンブリ内の実装のために指定した名前空間とセキュリティ設定を設定した InstrumentedAttribute クラスの新しいインスタンスを初期化します。
public:
InstrumentedAttribute(System::String ^ namespaceName, System::String ^ securityDescriptor);
public InstrumentedAttribute (string namespaceName, string securityDescriptor);
new System.Management.Instrumentation.InstrumentedAttribute : string * string -> System.Management.Instrumentation.InstrumentedAttribute
Public Sub New (namespaceName As String, securityDescriptor As String)
パラメーター
- namespaceName
- String
実装のインスタンスとイベントの名前空間。
- securityDescriptor
- String
指定したユーザーまたはグループだけに、このアセンブリによってサポートされる実装を提供するアプリケーションの実行を許可するセキュリティ記述子。
注釈
.NET Framework のセキュリティ
直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「 部分信頼コードからのライブラリの使用」を参照してください。
適用対象
.NET