WorkflowCompilerParameters Constructor (array<String^>^)
.NET Framework (current version)
Initializes a new instance of the WorkflowCompilerParameters class, with the names of the assemblies used in compilation.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- assemblyNames
-
Type:
array<System::String^>^
The names of the assemblies used in compilation.
The following code example demonstrates how to create a new instance of the WorkflowCompilerParameters class, add LibraryPaths and set the value for the CompilerParameters::OutputAssembly property. The code also creates a new instance of the WorkflowCompiler class and runs the WorkflowCompiler::Compile method. This code assumes that results is of type WorkflowCompilerResults. This code example is part of the Outlook Workflow Wizard SDK Sample from the WizardForm.cs file. For more information, see Outlook Workflow Wizard.
.NET Framework
Available since 3.0
Available since 3.0
Show: