Load(String) Method
See Also 
SourceCode.Workflow.Authoring Namespace > Process Class : Load(String) Method



fileName
The path and file name to load the process from.

Glossary Item Box

Loads the process from the specified file name.

Syntax

Visual Basic (Declaration) 
Public Shared Function Load( _
   ByVal fileName As String _
) As Process
Visual Basic (Usage)Copy Code
Dim fileName As String
Dim value As Process
 
value = Process.Load(fileName)
C# 
public static Process Load( 
   string fileName
)
C++/CLI 
public:
static Process^ Load( 
   String^ fileName
) 

Parameters

fileName
The path and file name to load the process from.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also