InstrumentedAttribute 생성자

정의

InstrumentedAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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 보안

즉시 호출자에 대한 완전 신뢰입니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드의 라이브러리 사용을 참조하세요.

적용 대상