C# Класс Microsoft.JScript.Try

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

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

Метод Описание
JScriptExceptionValue ( Object e, VsaEngine engine ) : Object
PushHandlerScope ( VsaEngine engine, String id, int scopeId ) : void

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

Метод Описание
Evaluate ( ) : Object
GetFirstExecutableContext ( ) : Context
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void
Try ( Context context, AST body, AST identifier, TypeExpression type, AST handler, AST finally_block, bool finallyHasControlFlowOutOfIt, Context tryEndContext ) : Microsoft.JScript.Vsa

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

JScriptExceptionValue() публичный статический Метод

public static JScriptExceptionValue ( Object e, VsaEngine engine ) : Object
e Object
engine Microsoft.JScript.Vsa.VsaEngine
Результат Object

PushHandlerScope() публичный статический Метод

public static PushHandlerScope ( VsaEngine engine, String id, int scopeId ) : void
engine Microsoft.JScript.Vsa.VsaEngine
id String
scopeId int
Результат void