C# Class Microsoft.Samples.Debugging.CorDebug.CorBreakpointSetErrorEventArgs

Inheritance: CorThreadEventArgs
ファイルを表示 Open project: LogosBible/monodevelop

Public Methods

Method Description
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

Method Details

CorBreakpointSetErrorEventArgs() public method

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
return System

CorBreakpointSetErrorEventArgs() public method

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
return System

ToString() public method

public ToString ( ) : string
return string