FuncDeferringLoader Class
Represents an object that loads an instance of a saved function.
Assembly: System.Activities (in System.Activities.dll)
System.Xaml::XamlDeferringLoader
System.Activities.XamlIntegration::FuncDeferringLoader
| Name | Description | |
|---|---|---|
![]() | FuncDeferringLoader() | Creates a new instance of the FuncDeferringLoader class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Load(XamlReader^, IServiceProvider^) | Loads an instance of a function that can be used at any point to deserialize a list of nodes.(Overrides XamlDeferringLoader::Load(XamlReader^, IServiceProvider^).) |
![]() | MemberwiseClone() | |
![]() | Save(Object^, IServiceProvider^) | Serializes the specified Object into a Xaml node list.(Overrides XamlDeferringLoader::Save(Object^, IServiceProvider^).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

