C# Class Mono.Debugging.Win32.CorEvaluationContext

Inheritance: Mono.Debugging.Evaluation.EvaluationContext
Datei anzeigen Open project: mono/monodevelop Class Usage Examples

Public Methods

Method Description
CopyFrom ( Mono.Debugging.Evaluation.EvaluationContext ctx ) : void
RuntimeInvoke ( Microsoft.Samples.Debugging.CorDebug.CorFunction function, Microsoft.Samples.Debugging.CorDebug.CorType typeArgs, Microsoft.Samples.Debugging.CorDebug.CorValue thisObj, Microsoft.Samples.Debugging.CorDebug.CorValue arguments ) : Microsoft.Samples.Debugging.CorDebug.CorValue
WriteDebuggerError ( Exception ex ) : void
WriteDebuggerOutput ( string message ) : void

Private Methods

Method Description
CheckTimestamp ( ) : void
CorEvaluationContext ( CorDebuggerSession session, CorBacktrace backtrace, int index, Mono.Debugging.Client ops ) : System

Method Details

CopyFrom() public method

public CopyFrom ( Mono.Debugging.Evaluation.EvaluationContext ctx ) : void
ctx Mono.Debugging.Evaluation.EvaluationContext
return void

RuntimeInvoke() public method

public RuntimeInvoke ( Microsoft.Samples.Debugging.CorDebug.CorFunction function, Microsoft.Samples.Debugging.CorDebug.CorType typeArgs, Microsoft.Samples.Debugging.CorDebug.CorValue thisObj, Microsoft.Samples.Debugging.CorDebug.CorValue arguments ) : Microsoft.Samples.Debugging.CorDebug.CorValue
function Microsoft.Samples.Debugging.CorDebug.CorFunction
typeArgs Microsoft.Samples.Debugging.CorDebug.CorType
thisObj Microsoft.Samples.Debugging.CorDebug.CorValue
arguments Microsoft.Samples.Debugging.CorDebug.CorValue
return Microsoft.Samples.Debugging.CorDebug.CorValue

WriteDebuggerError() public method

public WriteDebuggerError ( Exception ex ) : void
ex System.Exception
return void

WriteDebuggerOutput() public method

public WriteDebuggerOutput ( string message ) : void
message string
return void