WorkflowCompilerParameters::LibraryPaths Property
Gets the property that represents a collection of directory names under which compiler looks for referenced assemblies.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Property Value
Type: System.Collections.Specialized::StringCollection^The property that represents a collection of directory names under which compiler looks for referenced assemblies.
The compiler adds standard library paths to the collection.
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.
Available since 3.0