UtilBattleNetIsInstalled Property
Determines whether Battle.Net client is installed in the current Operating System.
Namespace: DevCase.ThirdParty.BattleNetAssembly: DevCase.net48.ThirdParty.BattleNet (in DevCase.net48.ThirdParty.BattleNet.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsInstalled { get; }
Public Shared ReadOnly Property IsInstalled As Boolean
Get
Dim value As Boolean
value = UtilBattleNet.IsInstalled
public:
static property bool IsInstalled {
bool get ();
}
static member IsInstalled : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if Battle.Net client is installed;
otherwise.