The directory path of the installation of the application.
Read-only property
[Visual Basic .NET] |
---|
Public Property InstallDirectory() As String |
[C#] |
---|
public string InstallDirectory {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_InstallDirectory(); |
[Unmanaged C++] |
---|
public: HRESULT get_InstallDirectory( BSTR * pDirPath ); |
[Java] |
---|
public String getInstallDirectory(); |