C# 클래스 System.Runtime.Serialization.FxTrace

파일 보기 프로젝트 열기: PlayScriptRedux/playscript

공개 프로퍼티들

프로퍼티 타입 설명
ShouldTraceError bool
ShouldTraceVerbose bool

공개 메소드들

메소드 설명
IsEventEnabled ( int index ) : bool
UpdateEventDefinitions ( System.Runtime.Diagnostics.EventDescriptor ed, ushort events ) : void

메소드 상세

IsEventEnabled() 공개 정적인 메소드

public static IsEventEnabled ( int index ) : bool
index int
리턴 bool

UpdateEventDefinitions() 공개 정적인 메소드

public static UpdateEventDefinitions ( System.Runtime.Diagnostics.EventDescriptor ed, ushort events ) : void
ed System.Runtime.Diagnostics.EventDescriptor
events ushort
리턴 void

프로퍼티 상세

ShouldTraceError 공개적으로 정적으로 프로퍼티

public static bool ShouldTraceError
리턴 bool

ShouldTraceVerbose 공개적으로 정적으로 프로퍼티

public static bool ShouldTraceVerbose
리턴 bool