Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 540 Bytes

File metadata and controls

10 lines (8 loc) · 540 Bytes

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

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!