mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2025-03-26 03:58:59 +03:00
28 lines
2.4 KiB
Markdown
28 lines
2.4 KiB
Markdown
# SteamPathsLib
|
|
|
|
# [](https://ci.appveyor.com/project/stamepicmorg/steampathslib) [](https://www.nuget.org/packages/EpicMorg.SteamPathsLib/) [](https://github.com/EpicMorg/SteamPathsLib/archive/master.zip) [](https://github.com/EpicMorg/SteamPathsLib/releases) [](LICENSE.md) [](CHANGELOG.md) [](https://github.com/EpicMorg/SteamPathsLib/commits) [](https://github.com/EpicMorg/SteamPathsLib/issues) [](https://github.com/EpicMorg/SteamPathsLib/network) [](https://github.com/EpicMorg/SteamPathsLib/stargazers) [](https://github.com/EpicMorg/SteamPathsLib/pulse) [](https://codescene.io/projects/6853) [](https://codescene.io/projects/6853)
|
|
|
|
[](https://codescene.io/projects/6853/jobs/latest-successful/results)
|
|
|
|
# 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();
|
|
<...>
|
|
|
|
|
|
```
|
|
|
|
# Example
|
|
|
|

|