ActivityXamlServices.CreateReader Method (System.Activities.XamlIntegration)

Switch View :
ScriptFree
.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
Public method Static member CreateReader(Stream) Maps an x:Class activity tree from the specified stream to an DynamicActivity or DynamicActivity<TResult>.
Public method Static member CreateReader(XamlReader) Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult>.
Public method Static member CreateReader(XamlReader, XamlSchemaContext) Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult> using the specified schema context.
Top
Remarks

This overload is used for run-time scenarios.

See Also

Reference