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
- Host: GitHub
- URL: https://github.com/laurarozier/system.serviceprocess
- Owner: LauraRozier
- License: mit
- Created: 2021-06-06T22:01:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T21:39:04.000Z (about 4 years ago)
- Last Synced: 2025-01-26T10:07:27.032Z (4 months ago)
- Topics: beef, beef-language, beef-programming-language, beeflang, service
- Language: Beef
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# System.ServiceProcess
BeefLang port of the .net System.ServiceProcessPlease 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!