Method | Description | |
---|---|---|
CreateEngine ( ) : |
||
CreateEngineAndGetGlobalScope ( bool fast, String assemblyNames ) : |
||
CreateEngineAndGetGlobalScopeWithType ( bool fast, String assemblyNames, |
||
CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace ( bool fast, String assemblyNames, |
||
CreateEngineWithType ( |
||
GetGlobalScope ( ) : IVsaScriptScope | ||
GetMainScope ( ) : |
||
GetModule ( ) : |
||
GetOriginalArrayConstructor ( ) : |
||
GetOriginalObjectConstructor ( ) : |
||
GetOriginalRegExpConstructor ( ) : |
||
PopScriptObject ( ) : |
||
PushScriptObject ( |
||
ScriptObjectStackTop ( ) : |
||
SetOutputStream ( IMessageReceiver output ) : void | ||
VsaEngine ( ) : Microsoft.JScript | ||
VsaEngine ( bool fast ) : Microsoft.JScript |
Method | Description | |
---|---|---|
DoClose ( ) : void | ||
DoCompile ( ) : bool | ||
DoLoadSourceState ( IVsaPersistSite site ) : void | ||
DoSaveCompiledState ( byte &pe, byte &pdb ) : void | ||
DoSaveSourceState ( IVsaPersistSite site ) : void | ||
GetCustomOption ( String name ) : Object | ||
IsValidNamespaceName ( string name ) : bool | ||
LoadCompiledState ( ) : |
||
ResetCompiledState ( ) : void | ||
SetCustomOption ( String name, Object value ) : void | ||
ValidateRootMoniker ( string rootMoniker ) : void |
Method | Description | |
---|---|---|
AddChildAndValue ( |
||
AddPackage ( |
||
AddReferences ( ) : void | ||
CheckForErrors ( ) : void | ||
CheckIdentifierForCLSCompliance ( String name ) : bool | ||
CheckTypeNameForCLSCompliance ( String name, String fullname, |
||
Clone ( |
||
CompileEmpty ( ) : bool | ||
ConnectEvents ( ) : void | ||
CreateAttribute ( |
||
CreateEngineForDebugger ( ) : |
||
CreateEntryPointIL ( |
||
CreateEntryPointIL ( |
||
CreateHostCallbackIL ( |
||
CreateMain ( ) : void | ||
CreateShutdownIL ( |
||
CreateStartupClass ( ) : void | ||
DisconnectEvents ( ) : void | ||
EmitReferences ( ) : void | ||
EnsureReflectionOnlyModulesLoaded ( ) : void | ||
FindAssembly ( String name ) : String | ||
GenerateRandomPEFileName ( ) : string | ||
GetAssembly ( ) : |
||
GetClass ( String className ) : |
||
GetItem ( String itemName ) : IVsaItem | ||
GetItemAtIndex ( int index ) : IVsaItem | ||
GetItemCount ( ) : int | ||
GetScannerInstance ( string name ) : |
||
GetStaticCodeBlockCount ( ) : int | ||
GetType ( String typeName ) : |
||
GetVersionString ( ) : string | ||
InitVsaEngine ( string rootMoniker, IVsaSite site ) : void | ||
Interrupt ( ) : void | ||
IsValidIdentifier ( string ident ) : bool | ||
LoadCustomOptions ( |
||
LoadManagedResources ( |
||
LoadProjectVersion ( |
||
LoadUserDefines ( |
||
LoadVsaEngineState ( |
||
LoadVsaItems ( |
||
OnCompilerError ( |
||
RegisterEventSource ( String name ) : void | ||
Reset ( ) : void | ||
Restart ( ) : void | ||
Run ( |
||
RunEmpty ( ) : void | ||
SaveCustomOptions ( |
||
SaveManagedResources ( |
||
SaveProjectVersion ( |
||
SaveSourceForDebugging ( ) : void | ||
SaveUserDefines ( |
||
SaveVsaEngineState ( |
||
SaveVsaItems ( |
||
SetEnclosingContext ( |
||
SetUpCompilerEnvironment ( ) : void | ||
TryToAddImplicitAssemblyReference ( String name ) : void | ||
VsaEngine ( |
public static CreateEngineAndGetGlobalScope ( bool fast, String assemblyNames ) : |
||
fast | bool | |
assemblyNames | String | |
return |
public static CreateEngineAndGetGlobalScopeWithType ( bool fast, String assemblyNames, |
||
fast | bool | |
assemblyNames | String | |
callingTypeHandle | ||
return |
public static CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace ( bool fast, String assemblyNames, |
||
fast | bool | |
assemblyNames | String | |
callingTypeHandle | ||
rootNamespace | string | |
return |
public static CreateEngineWithType ( |
||
callingTypeHandle | ||
return |
protected DoLoadSourceState ( IVsaPersistSite site ) : void | ||
site | IVsaPersistSite | |
return | void |
protected DoSaveCompiledState ( byte &pe, byte &pdb ) : void | ||
pe | byte | |
pdb | byte | |
return | void |
protected DoSaveSourceState ( IVsaPersistSite site ) : void | ||
site | IVsaPersistSite | |
return | void |
protected GetCustomOption ( String name ) : Object | ||
name | String | |
return | Object |
public GetMainScope ( ) : |
||
return |
public GetOriginalArrayConstructor ( ) : |
||
return |
public GetOriginalObjectConstructor ( ) : |
||
return |
public GetOriginalRegExpConstructor ( ) : |
||
return |
protected IsValidNamespaceName ( string name ) : bool | ||
name | string | |
return | bool |
protected LoadCompiledState ( ) : |
||
return |
public PopScriptObject ( ) : |
||
return |
public PushScriptObject ( |
||
obj | ||
return | void |
public ScriptObjectStackTop ( ) : |
||
return |
protected SetCustomOption ( String name, Object value ) : void | ||
name | String | |
value | Object | |
return | void |
public SetOutputStream ( IMessageReceiver output ) : void | ||
output | IMessageReceiver | |
return | void |
protected ValidateRootMoniker ( string rootMoniker ) : void | ||
rootMoniker | string | |
return | void |
public VsaEngine ( bool fast ) : Microsoft.JScript | ||
fast | bool | |
return | Microsoft.JScript |