Space Engineers
Public Member Functions | Protected Attributes | List of all members
SpaceEngineersDedicated.WindowsServiceInstaller Class Reference
Inheritance diagram for SpaceEngineersDedicated.WindowsServiceInstaller:

Public Member Functions

 WindowsServiceInstaller ()
 Public Constructor for WindowsServiceInstaller. More...
 
override void Install (System.Collections.IDictionary stateSaver)
 
override void Uninstall (System.Collections.IDictionary savedState)
 

Protected Attributes

ServiceInstaller m_serviceInstaller
 

Detailed Description

Definition at line 52 of file MyProgram.cs.

Constructor & Destructor Documentation

SpaceEngineersDedicated.WindowsServiceInstaller.WindowsServiceInstaller ( )
inline

Public Constructor for WindowsServiceInstaller.

  • Put all of your Initialization code here.

Definition at line 60 of file MyProgram.cs.

Member Function Documentation

override void SpaceEngineersDedicated.WindowsServiceInstaller.Install ( System.Collections.IDictionary  stateSaver)
inline

Definition at line 89 of file MyProgram.cs.

override void SpaceEngineersDedicated.WindowsServiceInstaller.Uninstall ( System.Collections.IDictionary  savedState)
inline

Definition at line 95 of file MyProgram.cs.

Member Data Documentation

ServiceInstaller SpaceEngineersDedicated.WindowsServiceInstaller.m_serviceInstaller
protected

Definition at line 54 of file MyProgram.cs.


The documentation for this class was generated from the following file: