UtilBattleNetInstallDir Property
Gets the installation directory of the Battle.Net client installed on 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 DirectoryInfo InstallDir { get; }
Public Shared ReadOnly Property InstallDir As DirectoryInfo
Get
Dim value As DirectoryInfo
value = UtilBattleNet.InstallDir
public:
static property DirectoryInfo^ InstallDir {
DirectoryInfo^ get ();
}
static member InstallDir : DirectoryInfo with get
No code example is currently available or this language may not be supported.
Property Value
DirectoryInfo
If Battle.Net is not installed, the return value is
,
otherwise, the installation directory.