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

 

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.

Namespace:   System.Workflow.ComponentModel.Compiler
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
Return to top
Show: