C# Class Fan.Sys.Service_

Service mixin implementation methods.
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode 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

Méthode Description
isServiceType ( Type t ) : bool

Method Details

Equals() public static méthode

public static Equals ( Service self, object that ) : bool
self Service
that object
Résultat bool

equals() public static méthode

public static equals ( Service self, object that ) : bool
self Service
that object
Résultat bool

find() public static méthode

public static find ( Type t ) : Service
t Type
Résultat Service

find() public static méthode

public static find ( Type t, bool check ) : Service
t Type
check bool
Résultat Service

find() public static méthode

public static find ( string qname, bool check ) : Service
qname string
check bool
Résultat Service

findAll() public static méthode

public static findAll ( Type t ) : List
t Type
Résultat List

hash() public static méthode

public static hash ( Service self ) : long
self Service
Résultat long

install() public static méthode

public static install ( Service self ) : Service
self Service
Résultat Service

isInstalled() public static méthode

public static isInstalled ( Service self ) : bool
self Service
Résultat bool

isRunning() public static méthode

public static isRunning ( Service self ) : bool
self Service
Résultat bool

list() public static méthode

public static list ( ) : List
Résultat List

onStart() public static méthode

public static onStart ( Service self ) : void
self Service
Résultat void

onStop() public static méthode

public static onStop ( Service self ) : void
self Service
Résultat void

start() public static méthode

public static start ( Service self ) : Service
self Service
Résultat Service

stop() public static méthode

public static stop ( Service self ) : Service
self Service
Résultat Service

uninstall() public static méthode

public static uninstall ( Service self ) : Service
self Service
Résultat Service