Class LibraryClient
Describes library client application.
public abstract class LibraryClient
- Inheritance
-
LibraryClient
- Inherited Members
Properties
Icon
public virtual string Icon { get; }
Property Value
IsInstalled
Gets value indicating whether the client is installed.
public abstract bool IsInstalled { get; }
Property Value
Methods
Open()
Open client application.
public abstract void Open()
Shutdown()
Shuts down client application
public virtual void Shutdown()