2019-12-22 16:41:50 +03:00
|
|
|
# SteamPathsLib
|
|
|
|
|
2020-01-14 13:58:41 +03:00
|
|
|
# [](https://www.nuget.org/packages/EpicMorg.SteamPathsLib/) [](https://github.com/EpicMorg/SteamPathsLib/issues) [](https://github.com/EpicMorg/SteamPathsLib/network) [](https://github.com/EpicMorg/SteamPathsLib/stargazers) [](LICENSE.md) [](CHANGELOG.md)
|
2020-01-02 02:04:31 +03:00
|
|
|
|
2020-01-02 03:15:30 +03:00
|
|
|
# Usage
|
|
|
|
|
|
|
|
* Look at [example project](https://github.com/EpicMorg/SteamPathsLib/blob/master/src/SteamTest/FrmMain.cs)
|
|
|
|
* Look at [sources](https://github.com/EpicMorg/SteamPathsLib/blob/master/src/EpicMorg.SteamPathsLib/SteamPathsUtil.cs)
|
|
|
|
* Create issue for request docs ;P
|
|
|
|
|
|
|
|
``` csharp
|
|
|
|
|
|
|
|
|
|
|
|
using EpicMorg.SteamPathsLib;
|
|
|
|
|
|
|
|
<...>
|
|
|
|
SteamPathsUtil.GetValveKeyRegistry();
|
|
|
|
<...>
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
2020-01-02 02:04:31 +03:00
|
|
|
# Example
|
|
|
|
|
2020-01-02 03:11:01 +03:00
|
|
|

|