Table of Contents

Class Self.SelfSubCommand

Namespace
ZeroInstall.Commands.Desktop
Assembly
0install.dll
public abstract class Self.SelfSubCommand : CliCommand, ICliSubCommand
Inheritance
Self.SelfSubCommand
Implements
Derived
Inherited Members

Constructors

SelfSubCommand(ICommandHandler)

protected SelfSubCommand(ICommandHandler handler)

Parameters

handler ICommandHandler

Properties

ParentName

The name of the CliMultiCommand this command is a sub-command of.

public string ParentName { get; }

Property Value

string