WorkflowCompilerParameters Constructor (array<String^>^, String^)
.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.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: