C# Класс Microsoft.Scripting.Interpreter.Interpreter

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AbortThreadIfRequested void
GetBestHandler Microsoft.Scripting.Interpreter.ExceptionHandler
GotoHandler int
HandleException ExceptionHandlingResult
Interpreter System.Linq.Expressions
Run void

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

Метод Описание
AbortThreadIfRequested ( InterpretedFrame frame, int targetLabelIndex ) : void
GetBestHandler ( int instructionIndex, Type exceptionType ) : Microsoft.Scripting.Interpreter.ExceptionHandler
GotoHandler ( InterpretedFrame frame, object exception, Microsoft.Scripting.Interpreter.ExceptionHandler &handler ) : int
HandleException ( InterpretedFrame frame, Exception exception ) : ExceptionHandlingResult
Interpreter ( string name, Microsoft.Scripting.Interpreter.LocalVariables locals, BranchLabel>.HybridReferenceDictionary labelMapping, Microsoft.Scripting.Interpreter.InstructionArray instructions, Microsoft.Scripting.Interpreter.ExceptionHandler handlers, Microsoft.Scripting.Interpreter.DebugInfo debugInfos, int compilationThreshold ) : System.Linq.Expressions
Run ( InterpretedFrame frame ) : void