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

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

Méthodes publiques

Méthode Description
CorDebuggerErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorProcess process, int hresult, int errorCode ) : System
CorDebuggerErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorProcess process, int hresult, int errorCode, ManagedCallbackType callbackType ) : System
ToString ( ) : string

Method Details

CorDebuggerErrorEventArgs() public méthode

public CorDebuggerErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorProcess process, int hresult, int errorCode ) : System
process Microsoft.Samples.Debugging.CorDebug.CorProcess
hresult int
errorCode int
Résultat System

CorDebuggerErrorEventArgs() public méthode

public CorDebuggerErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorProcess process, int hresult, int errorCode, ManagedCallbackType callbackType ) : System
process Microsoft.Samples.Debugging.CorDebug.CorProcess
hresult int
errorCode int
callbackType ManagedCallbackType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string