Summary
Determines if the specified client type is available on this system.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- GuiClient
Syntax
public static bool GetClientAvailability(GuiClientType clientType)
Parameters
Name | Type | Description |
---|---|---|
clientType | GuiClientType | The type of client to look for. |
Return Value
Type | Description |
---|---|
bool |
true if the client executable was located; otherwise, false .
|