Space Engineers
Public Member Functions | Protected Attributes | List of all members
VRage.Dedicated.WindowsServiceInstallerBase Class Reference
Inheritance diagram for VRage.Dedicated.WindowsServiceInstallerBase:

Public Member Functions

 WindowsServiceInstallerBase ()
 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 8 of file WindowsServiceInstaller.cs.

Constructor & Destructor Documentation

VRage.Dedicated.WindowsServiceInstallerBase.WindowsServiceInstallerBase ( )
inline

Public Constructor for WindowsServiceInstaller.

  • Put all of your Initialization code here.

Definition at line 16 of file WindowsServiceInstaller.cs.

Member Function Documentation

override void VRage.Dedicated.WindowsServiceInstallerBase.Install ( System.Collections.IDictionary  stateSaver)
inline

Definition at line 32 of file WindowsServiceInstaller.cs.

override void VRage.Dedicated.WindowsServiceInstallerBase.Uninstall ( System.Collections.IDictionary  savedState)
inline

Definition at line 38 of file WindowsServiceInstaller.cs.

Member Data Documentation

ServiceInstaller VRage.Dedicated.WindowsServiceInstallerBase.m_serviceInstaller
protected

Definition at line 10 of file WindowsServiceInstaller.cs.


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