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

상속: CorThreadEventArgs
파일 보기 프로젝트 열기: LogosBible/monodevelop

공개 메소드들

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

메소드 상세

CorBreakpointSetErrorEventArgs() 공개 메소드

public CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
breakpoint Microsoft.Samples.Debugging.CorDebug.CorBreakpoint
errorCode int
리턴 System

CorBreakpointSetErrorEventArgs() 공개 메소드

public CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
breakpoint Microsoft.Samples.Debugging.CorDebug.CorBreakpoint
errorCode int
callbackType ManagedCallbackType
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string