CompilerResults(TempFileCollection) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化使用指定临时文件的类的新实例 CompilerResults 。
public:
CompilerResults(System::CodeDom::Compiler::TempFileCollection ^ tempFiles);
public CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles);
new System.CodeDom.Compiler.CompilerResults : System.CodeDom.Compiler.TempFileCollection -> System.CodeDom.Compiler.CompilerResults
Public Sub New (tempFiles As TempFileCollection)
参数
- tempFiles
- TempFileCollection
一种 TempFileCollection ,用于管理和存储对编译期间生成的中间文件的引用。