C# Class Fan.Sys.Service_

Service mixin implementation methods.
Datei anzeigen Open project: xored/f4

Public Methods

Method Description
Equals ( Service self, object that ) : bool
equals ( Service self, object that ) : bool
find ( Type t ) : Service
find ( Type t, bool check ) : Service
find ( string qname, bool check ) : Service
findAll ( Type t ) : List
hash ( Service self ) : long
install ( Service self ) : Service
isInstalled ( Service self ) : bool
isRunning ( Service self ) : bool
list ( ) : List
onStart ( Service self ) : void
onStop ( Service self ) : void
start ( Service self ) : Service
stop ( Service self ) : Service
uninstall ( Service self ) : Service

Private Methods

Method Description
isServiceType ( Type t ) : bool

Method Details

Equals() public static method

public static Equals ( Service self, object that ) : bool
self Service
that object
return bool

equals() public static method

public static equals ( Service self, object that ) : bool
self Service
that object
return bool

find() public static method

public static find ( Type t ) : Service
t Type
return Service

find() public static method

public static find ( Type t, bool check ) : Service
t Type
check bool
return Service

find() public static method

public static find ( string qname, bool check ) : Service
qname string
check bool
return Service

findAll() public static method

public static findAll ( Type t ) : List
t Type
return List

hash() public static method

public static hash ( Service self ) : long
self Service
return long

install() public static method

public static install ( Service self ) : Service
self Service
return Service

isInstalled() public static method

public static isInstalled ( Service self ) : bool
self Service
return bool

isRunning() public static method

public static isRunning ( Service self ) : bool
self Service
return bool

list() public static method

public static list ( ) : List
return List

onStart() public static method

public static onStart ( Service self ) : void
self Service
return void

onStop() public static method

public static onStop ( Service self ) : void
self Service
return void

start() public static method

public static start ( Service self ) : Service
self Service
return Service

stop() public static method

public static stop ( Service self ) : Service
self Service
return Service

uninstall() public static method

public static uninstall ( Service self ) : Service
self Service
return Service