C# 클래스 Microsoft.Samples.Debugging.CorDebug.CorLogSwitchEventArgs

상속: CorThreadEventArgs
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
CorLogSwitchEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, int reason, string logSwitchName, string parentName ) : System
CorLogSwitchEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, int reason, string logSwitchName, string parentName, ManagedCallbackType callbackType ) : System
ToString ( ) : string

메소드 상세

CorLogSwitchEventArgs() 공개 메소드

public CorLogSwitchEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, int reason, string logSwitchName, string parentName ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
level int
reason int
logSwitchName string
parentName string
리턴 System

CorLogSwitchEventArgs() 공개 메소드

public CorLogSwitchEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, int reason, string logSwitchName, string parentName, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
level int
reason int
logSwitchName string
parentName string
callbackType ManagedCallbackType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string