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

SetUpCompilerEnvironment() 개인적인 메소드

private SetUpCompilerEnvironment ( ) : void
리턴 void
      internal void SetUpCompilerEnvironment(){
        if (!this.isCompilerSet){
          Microsoft.JScript.Globals.TypeRefs = this.TypeRefs;
          this.globals = this.Globals;
          this.isCompilerSet = true;
        }
      }