InstrumentedAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
InstrumentedAttribute 클래스의 새 인스턴스를 초기화합니다.
오버로드
InstrumentedAttribute() |
루트\기본 네임스페이스에 대해 설정된 InstrumentedAttribute 클래스의 새 인스터스를 초기화합니다. 이는 매개 변수가 없는 생성자입니다. |
InstrumentedAttribute(String) |
이 어셈블리 내의 계측에 대해 지정된 네임스페이스로 설정된 InstrumentedAttribute 클래스의 새 인스턴스를 초기화합니다. |
InstrumentedAttribute(String, String) |
이 어셈블리 내의 계측에 대해 지정된 네임스페이스 및 보안 설정으로 설정된 InstrumentedAttribute 클래스의 새 인스턴스를 초기화합니다. |
InstrumentedAttribute()
루트\기본 네임스페이스에 대해 설정된 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