Table of Contents

Class PlatformCommands

Namespace
CarinaStudio
Assembly
CarinaStudio.AppBase.Application.dll

Predefined ICommands to using functions provided by Platform.

public static class PlatformCommands
Inheritance
PlatformCommands
Inherited Members

Properties

OpenFileManagerCommand

Command to use OpenFileManager(string).

public static ICommand OpenFileManagerCommand { get; }

Property Value

ICommand

Remarks

The type of parameter is string.

OpenLinkCommand

Command to use OpenLink(string) or OpenLink(Uri).

public static ICommand OpenLinkCommand { get; }

Property Value

ICommand

Remarks

The type of parameter is string or Uri.