Platform Methods |
The Platform type exposes the following members.
Name | Description | |
---|---|---|
ApplySnapshotAsync(String, ApplySnapshotOptions) |
Applies a snapshot to a running platform.
| |
ApplySnapshotAsync(Snapshot, ApplySnapshotOptions) |
Applies a snapshot to a running platform.
| |
CloseViewAsync(Identity) |
Closes a specified view. Use this override if this view was created outside of a window.
| |
CloseViewAsync(PlatformView) |
Closes a specified view. Use this override for views that were created and pushed to a window. (HasParentWindow = true)
| |
CreateViewAsync | ||
CreateWindowAsync |
Creates a new window.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSnapshotAsync |
Returns a snapshot of the platform in its current state.
Can be used to restore an application to a previous state.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
QuitPlatformAsync |
Closes current platform, all its windows, and their views.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |