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

Inheritance: CorThreadEventArgs
Exibir arquivo Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

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

Method Details

CorBreakpointEventArgs() public method

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

CorBreakpointEventArgs() public method

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

ToString() public method

public ToString ( ) : string
return string