protected ToolTask(ResourceManager taskResources,
                    string helpKeywordPrefix)
 {
     this.TaskResources        = taskResources;
     this.HelpKeywordPrefix    = helpKeywordPrefix;
     this.toolPath             = MonoLocationHelper.GetBinDir();
     this.responseFileEncoding = Encoding.UTF8;
     this.timeout = Int32.MaxValue;
 }
예제 #2
0
파일: ToolTask.cs 프로젝트: zlxy/Genesis-3D
 protected ToolTask(ResourceManager taskResources,
                    string helpKeywordPrefix)
 {
     this.TaskResources        = taskResources;
     this.HelpKeywordPrefix    = helpKeywordPrefix;
     this.toolPath             = MonoLocationHelper.GetBinDir();
     this.responseFileEncoding = Encoding.UTF8;
     this.timeout             = Int32.MaxValue;
     this.environmentOverride = new SCS.ProcessStringDictionary();
 }