C# 클래스 Microsoft.JScript.Try

상속: AST
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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