WorkflowCompilerParameters Constructor (array<String^>^, String^, Boolean)
.NET Framework (current version)
Initializes a new instance of the WorkflowCompilerParameters class, with the names of the assemblies used in compilation, and the name to apply to the output file, and the designator for inclusion of debug information.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public: WorkflowCompilerParameters( array<String^>^ assemblyNames, String^ outputName, bool includeDebugInformation )
Parameters
- assemblyNames
-
Type:
array<System::String^>^
The names of the assemblies used in compilation.
- outputName
-
Type:
System::String^
The name to apply to the output file.
- includeDebugInformation
-
Type:
System::Boolean
Indicates whether a PDB file should be generated for debugging.
.NET Framework
Available since 3.0
Available since 3.0
Show: