Skip to content

RemoteAppConfiguration

Configuration for launching a RemoteApp instead of a full desktop session. Support: external sessions only. External mode maps these values to standard .rdp properties. Embedded mode is intentionally unsupported because RemoteApp windows are not truly hosted inside the control.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Applications.RemoteAppConfiguration

Properties

CommandLine (string?)

Optional command-line parameters passed to the RemoteApp. Support: external sessions only.

DisableCapabilitiesCheck (bool)

Disables the capability check for RemoteApp support. For external mode it is emitted as a custom .rdp property. Support: external sessions only.

Enabled (bool)

Enables RemoteApp mode. Support: external sessions only.

ExpandCommandLine (bool)

Determines whether environment variables in RemoteAppConfiguration.CommandLine are expanded in the remote session. Support: external sessions only.

ExpandWorkingDirectory (bool)

Determines whether environment variables in RemoteAppConfiguration.WorkingDirectory are expanded in the remote session. Support: external sessions only.

File (string?)

Optional file path to open with the RemoteApp. Support: external sessions only.

Icon (string?)

Optional icon path shown by clients that support RemoteApp icon metadata. Support: external sessions only.

Name (string?)

Specifies the display name shown for the RemoteApp, for example Microsoft Excel. Support: external sessions only.

Program (string?)

Specifies the RemoteApp alias or executable name, for example EXCEL. Support: external sessions only.

WorkingDirectory (string?)

Specifies the working directory for the RemoteApp. In the generated .rdp file this maps to the shell working directory. Support: external sessions only.

Back to API index

MIT Licensed