Markers.IsEnabled 메서드 (Int32)

세션에서 지정된 범주의 표식 ETW 공급자를 사용할 수 있는지 여부를 확인합니다.

네임스페이스:  Microsoft.ConcurrencyVisualizer.Instrumentation
어셈블리:  Microsoft.ConcurrencyVisualizer.Markers(Microsoft.ConcurrencyVisualizer.Markers.dll)

구문

‘선언
Public Shared Function IsEnabled ( _
    category As Integer _
) As Boolean
public static bool IsEnabled(
    int category
)
public:
static bool IsEnabled(
    int category
)
static member IsEnabled : 
        category:int -> bool
public static function IsEnabled(
    category : int
) : boolean

매개 변수

  • category
    형식: Int32

반환 값

형식: Boolean
세션을 나타내려면 true이고, 그렇지 않으면 false입니다.

.NET Framework 보안

참고 항목

참조

Markers 클래스

IsEnabled 오버로드

Microsoft.ConcurrencyVisualizer.Instrumentation 네임스페이스