InstrumentationClassAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
InstrumentationClassAttribute 클래스의 새 인스턴스를 초기화합니다.
오버로드
InstrumentationClassAttribute(InstrumentationType) |
이 형식이 특성이 있는 다른 형식 InstrumentationClassAttribute 에서 파생되거나 최상위 계측 클래스인 경우(예: 기본 클래스가 없는 instance 또는 추상 클래스 또는 __ExtrinsicEvent 파생된 이벤트)에서 사용되는 클래스의 새 InstrumentationClassAttributeinstance 초기화합니다. |
InstrumentationClassAttribute(InstrumentationType, String) |
기존의 기본 클래스에 대한 스키마를 갖는 InstrumentationClassAttribute 클래스의 새 인스턴스를 초기화합니다. 클래스는 기존의 WMI 기본 클래스의 속성에 적절한 멤버 정의를 포함해야 합니다. |
InstrumentationClassAttribute(InstrumentationType)
이 형식이 특성이 있는 다른 형식 InstrumentationClassAttribute 에서 파생되거나 최상위 계측 클래스인 경우(예: 기본 클래스가 없는 instance 또는 추상 클래스 또는 __ExtrinsicEvent 파생된 이벤트)에서 사용되는 클래스의 새 InstrumentationClassAttributeinstance 초기화합니다.
public:
InstrumentationClassAttribute(System::Management::Instrumentation::InstrumentationType instrumentationType);
public InstrumentationClassAttribute (System.Management.Instrumentation.InstrumentationType instrumentationType);
new System.Management.Instrumentation.InstrumentationClassAttribute : System.Management.Instrumentation.InstrumentationType -> System.Management.Instrumentation.InstrumentationClassAttribute
Public Sub New (instrumentationType As InstrumentationType)
매개 변수
- instrumentationType
- InstrumentationType
이 클래스에서 제공한 계측 형식입니다.
설명
.NET Framework 보안
직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.
적용 대상
InstrumentationClassAttribute(InstrumentationType, String)
기존의 기본 클래스에 대한 스키마를 갖는 InstrumentationClassAttribute 클래스의 새 인스턴스를 초기화합니다. 클래스는 기존의 WMI 기본 클래스의 속성에 적절한 멤버 정의를 포함해야 합니다.
public:
InstrumentationClassAttribute(System::Management::Instrumentation::InstrumentationType instrumentationType, System::String ^ managedBaseClassName);
public InstrumentationClassAttribute (System.Management.Instrumentation.InstrumentationType instrumentationType, string managedBaseClassName);
new System.Management.Instrumentation.InstrumentationClassAttribute : System.Management.Instrumentation.InstrumentationType * string -> System.Management.Instrumentation.InstrumentationClassAttribute
Public Sub New (instrumentationType As InstrumentationType, managedBaseClassName As String)
매개 변수
- instrumentationType
- InstrumentationType
이 클래스에서 제공한 계측 형식입니다.
- managedBaseClassName
- String
기본 클래스의 이름입니다.
설명
.NET Framework 보안
직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.
적용 대상
.NET