C# Class Mono.Debugging.Win32.CorEvaluationContext

Inheritance: Mono.Debugging.Evaluation.EvaluationContext
Afficher le fichier Open project: mono/monodevelop Class Usage Examples

Méthodes publiques

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

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

Method Details

CopyFrom() public méthode

public CopyFrom ( Mono.Debugging.Evaluation.EvaluationContext ctx ) : void
ctx Mono.Debugging.Evaluation.EvaluationContext
Résultat void

RuntimeInvoke() public méthode

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
Résultat Microsoft.Samples.Debugging.CorDebug.CorValue

WriteDebuggerError() public méthode

public WriteDebuggerError ( Exception ex ) : void
ex System.Exception
Résultat void

WriteDebuggerOutput() public méthode

public WriteDebuggerOutput ( string message ) : void
message string
Résultat void