C# Class StrontiumServer.Options

Represents the options available from the command line.
Datei anzeigen Open project: jimevans/strontium Class Usage Examples

Private Properties

Property Type Description
GetCurrentUserAdminStatus void
GetOSVersion void
GetServerVersion void
Options System
SetOption void

Private Methods

Method Description
GetCurrentUserAdminStatus ( ) : void
GetOSVersion ( ) : void
GetServerVersion ( ) : void
Options ( string commandLineArguments ) : System

Initializes a new instance of the Options class.

SetOption ( string name, string value ) : void