.NET Framework Class Library
ActivityXamlServices.CreateReader Method
Maps an x:Class activity tree to an DynamicActivity or DynamicActivity<TResult>.
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 | |
|---|---|---|
|
CreateReader(Stream) | Maps an x:Class activity tree from the specified stream to an DynamicActivity or DynamicActivity<TResult>. |
|
CreateReader(XamlReader) | Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult>. |
|
CreateReader(XamlReader, XamlSchemaContext) | Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult> using the specified schema context. |
Remarks
This overload is used for run-time scenarios.
See Also