WorkflowCompilerParameters Constructor (array<String^>^, String^)

 

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.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
WorkflowCompilerParameters(
	array<String^>^ assemblyNames,
	String^ outputName
)

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
Return to top
Show: