WorkflowCompilerParameters 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
表示在编译过程中传递给 WorkflowCompiler 的参数。
public ref class WorkflowCompilerParameters sealed : System::CodeDom::Compiler::CompilerParameters
[System.Serializable]
public sealed class WorkflowCompilerParameters : System.CodeDom.Compiler.CompilerParameters
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowCompilerParameters : System.CodeDom.Compiler.CompilerParameters
[<System.Serializable>]
type WorkflowCompilerParameters = class
inherit CompilerParameters
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowCompilerParameters = class
inherit CompilerParameters
Public NotInheritable Class WorkflowCompilerParameters
Inherits CompilerParameters
- 继承
- 属性
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的
构造函数
| 名称 | 说明 |
|---|---|
| WorkflowCompilerParameters() |
已过时.
初始化 WorkflowCompilerParameters 类的新实例。 |
| WorkflowCompilerParameters(String[], String, Boolean) |
已过时.
使用编译中使用的程序集的名称以及要应用于输出文件的名称以及用于包含调试信息的指示符初始化类的新实例 WorkflowCompilerParameters 。 |
| WorkflowCompilerParameters(String[], String) |
已过时.
使用编译中使用的程序集的名称以及要应用于输出文件的名称初始化类的新实例 WorkflowCompilerParameters 。 |
| WorkflowCompilerParameters(String[]) |
已过时.
使用编译中使用的程序集的名称初始化类的新实例 WorkflowCompilerParameters 。 |
| WorkflowCompilerParameters(WorkflowCompilerParameters) |
已过时.
从现有实例初始化 WorkflowCompilerParameters 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| CompilerOptions |
已过时.
获取或设置包含此编译的命令行选项的字符串。 |
| CoreAssemblyFileName |
已过时.
获取或设置包含基本类型(如Object,StringInt32或)的核心或标准程序集的名称。 (继承自 CompilerParameters) |
| EmbeddedResources |
已过时.
获取编译程序集输出时要包含.NET资源文件。 (继承自 CompilerParameters) |
| Evidence |
已过时.
指定一个证据对象,该对象表示授予已编译程序集的安全策略权限。 (继承自 CompilerParameters) |
| GenerateCodeCompileUnitOnly |
已过时.
获取或设置一个值,该值指示是仅生成 CodeCompileUnit,还是调用 C# 或Visual Basic编译器来生成可执行文件或 DLL。 |
| GenerateExecutable |
已过时.
获取或设置一个值,该值指示是否生成可执行文件。 (继承自 CompilerParameters) |
| GenerateInMemory |
已过时.
获取或设置一个值,该值指示是否在内存中生成输出。 (继承自 CompilerParameters) |
| IncludeDebugInformation |
已过时.
获取或设置一个值,该值指示是否在编译的可执行文件中包含调试信息。 (继承自 CompilerParameters) |
| LanguageToUse |
已过时.
获取或设置一个字符串,其中包含在编译时 CodeCompileUnit要使用的语言。 |
| LibraryPaths |
已过时.
获取表示编译器在其中查找引用程序集的目录名称集合的属性。 |
| LinkedResources |
已过时.
获取当前源中引用的.NET资源文件。 (继承自 CompilerParameters) |
| MainClass |
已过时.
获取或设置主类的名称。 (继承自 CompilerParameters) |
| OutputAssembly |
已过时.
获取或设置输出程序集的名称。 (继承自 CompilerParameters) |
| ReferencedAssemblies |
已过时.
获取当前项目引用的程序集。 (继承自 CompilerParameters) |
| TempFiles |
已过时.
获取或设置包含临时文件的集合。 (继承自 CompilerParameters) |
| TreatWarningsAsErrors |
已过时.
获取或设置一个值,该值指示是否将警告视为错误。 (继承自 CompilerParameters) |
| UserCodeCompileUnits |
已过时.
获取或设置将在此工作流编译器调用中使用的代码编译单元的集合。 |
| UserToken |
已过时.
获取或设置创建编译器进程时要使用的用户令牌。 (继承自 CompilerParameters) |
| WarningLevel |
已过时.
获取或设置编译器中止编译的警告级别。 (继承自 CompilerParameters) |
| Win32Resource |
已过时.
获取或设置要链接到已编译程序集的 Win32 资源文件的文件名。 (继承自 CompilerParameters) |
方法
| 名称 | 说明 |
|---|---|
| Equals(Object) |
已过时.
确定指定的对象是否等于当前对象。 (继承自 Object) |
| GetHashCode() |
已过时.
用作默认哈希函数。 (继承自 Object) |
| GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
已过时.
创建当前 Object的浅表副本。 (继承自 Object) |
| ToString() |
已过时.
返回一个表示当前对象的字符串。 (继承自 Object) |