Microsoft.JScript.Vsa.VsaEngine.CreateEngineAndGetGlobalScopeWithType C# (CSharp) 메소드

CreateEngineAndGetGlobalScopeWithType() 공개 정적인 메소드

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