An open API service indexing awesome lists of open source software.

https://github.com/laurarozier/system.serviceprocess

BeefLang port of the .net System.ServiceProcess
https://github.com/laurarozier/system.serviceprocess

beef beef-language beef-programming-language beeflang service

Last synced: 3 months ago
JSON representation

BeefLang port of the .net System.ServiceProcess

Awesome Lists containing this project

README

        

# System.ServiceProcess
BeefLang port of the .net System.ServiceProcess

Please do keep in mind that this was written mostly based on the official [Microsoft reference source](https://referencesource.microsoft.com/)

## Quick Start *(using Beef IDE)*
1. **Download** System.ServiceProcess and copy it into BeefLibs inside your Beef IDE root directory.
2. In the Beef IDE, add System.ServiceProcess to your workspace (Add From Installed)
3. In the Beef IDE, add System.ServiceProcess to your project (Properties > Dependencies)
4. Have fun!