Class CliCommand
Advertises that the declaring component contributes rdc.exe command-line verbs.
public record CliCommand : CorePlatformClientCapability, IEquatable<CorePlatformClientCapability>, IEquatable<CliCommand>
- Inheritance
-
CliCommand
- Implements
- Inherited Members
Remarks
Declared via [assembly: ProvidesCorePlatformClientCapability<CliCommand>]. The CLI itself
declares it for its native verbs; an extension declares it to have rdc.exe describe-ext record
the capability in its ExtensionInfo manifest. Providers are
ClientApp and Extension. Currently
informational: nothing is negotiated over rdcore/platform/initialize for this capability yet.
Constructors
CliCommand(bool)
Advertises that the declaring component contributes rdc.exe command-line verbs.
public CliCommand(bool IsSupported = false)
Parameters
IsSupportedbool
Remarks
Declared via [assembly: ProvidesCorePlatformClientCapability<CliCommand>]. The CLI itself
declares it for its native verbs; an extension declares it to have rdc.exe describe-ext record
the capability in its ExtensionInfo manifest. Providers are
ClientApp and Extension. Currently
informational: nothing is negotiated over rdcore/platform/initialize for this capability yet.