InstrumentationClassAttribute.InstrumentationType 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 클래스에서 제공하는 계측 유형을 가져오거나 설정합니다.
public:
property System::Management::Instrumentation::InstrumentationType InstrumentationType { System::Management::Instrumentation::InstrumentationType get(); };
public System.Management.Instrumentation.InstrumentationType InstrumentationType { get; }
member this.InstrumentationType : System.Management.Instrumentation.InstrumentationType
Public ReadOnly Property InstrumentationType As InstrumentationType
속성 값
이 클래스에서 InstrumentationType 제공하는 계측 형식을 포함하는 열거형 값을 반환합니다.
설명
속성 값
InstrumentationType 계측된 이벤트, 인스턴스 또는 추상 클래스인지 여부를 나타내는 값을 포함합니다.
.NET Framework 보안
즉시 호출자에 대한 완전 신뢰입니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드의 라이브러리 사용을 참조하세요.