C# Класс Mono.Debugging.Win32.CorEvaluationContext

Наследование: Mono.Debugging.Evaluation.EvaluationContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CheckTimestamp ( ) : void
CorEvaluationContext ( CorDebuggerSession session, CorBacktrace backtrace, int index, Mono.Debugging.Client ops ) : System

Описание методов

CopyFrom() публичный Метод

public CopyFrom ( Mono.Debugging.Evaluation.EvaluationContext ctx ) : void
ctx Mono.Debugging.Evaluation.EvaluationContext
Результат void

RuntimeInvoke() публичный Метод

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
Результат Microsoft.Samples.Debugging.CorDebug.CorValue

WriteDebuggerError() публичный Метод

public WriteDebuggerError ( Exception ex ) : void
ex System.Exception
Результат void

WriteDebuggerOutput() публичный Метод

public WriteDebuggerOutput ( string message ) : void
message string
Результат void