WorkflowLoaderService Class
The abstract base class from which workflow loader services are derived.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
You can derive from this class to create a custom version of the workflow loader.
The workflow loader provides a mechanism for developers to generate workflow definitions, and in turn, instances from other XML formats that are not extensible Application Markup Language (XAML). The user is responsible for parsing their unique XML format, generating an activity tree, and providing the root of the activity tree to the workflow runtime for execution.
System.Workflow.Runtime.Hosting.WorkflowRuntimeService
System.Workflow.Runtime.Hosting.WorkflowLoaderService
System.Workflow.Runtime.Hosting.DefaultWorkflowLoaderService
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.