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

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

공개 메소드들

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

메소드 상세

CorBreakpointEventArgs() 공개 메소드

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

CorBreakpointEventArgs() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string