2019-12-22 16:41:50 +03:00
|
|
|
# SteamPathsLib
|
|
|
|
|
2020-01-30 22:56:08 +03:00
|
|
|
# [![AppVeyor](https://img.shields.io/appveyor/ci/stamepicmorg/steampathslib?style=flat-square)](https://ci.appveyor.com/project/stamepicmorg/steampathslib) [![Nuget](https://img.shields.io/nuget/v/EpicMorg.SteamPathsLib?style=flat-square)](https://www.nuget.org/packages/EpicMorg.SteamPathsLib/) [![Size](https://img.shields.io/github/repo-size/EpicMorg/SteamPathsLib?label=size&style=flat-square)](https://github.com/EpicMorg/SteamPathsLib/archive/master.zip) [![Release](https://img.shields.io/github/v/release/EpicMorg/SteamPathsLib?style=flat-square)](https://github.com/EpicMorg/SteamPathsLib/releases) [![GitHub license](https://img.shields.io/github/license/EpicMorg/SteamPathsLib.svg?style=popout-square)](LICENSE.md) [![Changelog](https://img.shields.io/badge/Changelog-yellow.svg?style=popout-square)](CHANGELOG.md) [![Activity](https://img.shields.io/github/commit-activity/w/EpicMorg/SteamPathsLib?&style=flat-square)](https://github.com/EpicMorg/SteamPathsLib/commits) [![GitHub issues](https://img.shields.io/github/issues/EpicMorg/SteamPathsLib.svg?style=popout-square)](https://github.com/EpicMorg/SteamPathsLib/issues) [![GitHub forks](https://img.shields.io/github/forks/EpicMorg/SteamPathsLib.svg?style=popout-square)](https://github.com/EpicMorg/SteamPathsLib/network) [![GitHub stars](https://img.shields.io/github/stars/EpicMorg/SteamPathsLib.svg?style=popout-square)](https://github.com/EpicMorg/SteamPathsLib/stargazers) [![GitHub uses](https://img.shields.io/sourcegraph/rrc/github.com/EpicMorg/SteamPathsLib?style=flat-square)](https://github.com/EpicMorg/SteamPathsLib/pulse) [![CodeScene Code Health](https://codescene.io/projects/6853/status-badges/code-health)](https://codescene.io/projects/6853) [![CodeScene System Mastery](https://codescene.io/projects/6853/status-badges/system-mastery)](https://codescene.io/projects/6853)
|
2020-01-30 22:58:37 +03:00
|
|
|
|
|
|
|
[![](https://codescene.io/projects/6853/status.svg)](https://codescene.io/projects/6853/jobs/latest-successful/results)
|
|
|
|
|
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
|
|
|
![Example](https://raw.githubusercontent.com/EpicMorg/SteamPathsLib/master/SteamTest.Png)
|