.NET Framework Class Library
ActivityXamlServices.Load Method
Creates an instance of a declarative workflow.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
Load(Stream) | Creates an instance of the declarative workflow described in the specified stream. |
|
Load(String) | Creates an instance of the declarative workflow described in the specified file. |
|
Load(TextReader) | Creates an instance of the declarative workflow described in the specified text reader. |
|
Load(XamlReader) | Creates an instance of the declarative workflow described in the specified XAML reader. |
|
Load(XmlReader) | Creates an instance of the declarative workflow described in the specified XML reader. |
See Also