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

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

공개 메소드들

메소드 설명
CorThreadEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread ) : System
CorThreadEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, ManagedCallbackType callbackType ) : System
ToString ( ) : string

메소드 상세

CorThreadEventArgs() 공개 메소드

public CorThreadEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
리턴 System

CorThreadEventArgs() 공개 메소드

public CorThreadEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
callbackType ManagedCallbackType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string