mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2025-03-31 14:39:04 +03:00
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
# SteamPathsLib
|
|
|
|
# [](https://travis-ci.org/EpicMorg/SteamPathsLib) [](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)
|
|
|
|
# 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
|
|
|
|

|