Microsoft.JScript.Vsa.VsaEngine.CreateEngineAndGetGlobalScopeWithType C# (CSharp) Method

CreateEngineAndGetGlobalScopeWithType() public static method

public static CreateEngineAndGetGlobalScopeWithType ( bool fast, String assemblyNames, RuntimeTypeHandle callingTypeHandle ) : GlobalScope
fast bool
assemblyNames String
callingTypeHandle System.RuntimeTypeHandle
return Microsoft.JScript.GlobalScope
      public static GlobalScope CreateEngineAndGetGlobalScopeWithType(bool fast, String[] assemblyNames, RuntimeTypeHandle callingTypeHandle){
        return VsaEngine.CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace(fast, assemblyNames, callingTypeHandle, null);
      }