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

Inheritance: CorProcessEventArgs
Mostrar archivo Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

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

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

CorDebuggerErrorEventArgs() public method

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

ToString() public method

public ToString ( ) : string
return string