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

Inheritance: CorThreadEventArgs
Afficher le fichier Open project: LogosBible/monodevelop

Méthodes publiques

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

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

CorBreakpointSetErrorEventArgs() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string