C# Class Microsoft.JScript.Package

Inheritance: AST
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
JScriptPackage ( String rootName, VsaEngine engine ) : void

Private Methods

Method Description
Evaluate ( ) : Object
GetFirstExecutableContext ( ) : Context
MergeWith ( Package p ) : void
Package ( String name, AST id, ASTList classList, Context context ) : Microsoft.JScript.Vsa
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void

Method Details

JScriptPackage() public static method

public static JScriptPackage ( String rootName, VsaEngine engine ) : void
rootName String
engine Microsoft.JScript.Vsa.VsaEngine
return void