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

Inheritance: CorThreadEventArgs
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

CorBreakpointEventArgs() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string