C# 클래스 Fan.Sys.Service_

Service mixin implementation methods.
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
isServiceType ( Type t ) : bool

메소드 상세

Equals() 공개 정적인 메소드

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

equals() 공개 정적인 메소드

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

find() 공개 정적인 메소드

public static find ( Type t ) : Service
t Type
리턴 Service

find() 공개 정적인 메소드

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

find() 공개 정적인 메소드

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

findAll() 공개 정적인 메소드

public static findAll ( Type t ) : List
t Type
리턴 List

hash() 공개 정적인 메소드

public static hash ( Service self ) : long
self Service
리턴 long

install() 공개 정적인 메소드

public static install ( Service self ) : Service
self Service
리턴 Service

isInstalled() 공개 정적인 메소드

public static isInstalled ( Service self ) : bool
self Service
리턴 bool

isRunning() 공개 정적인 메소드

public static isRunning ( Service self ) : bool
self Service
리턴 bool

list() 공개 정적인 메소드

public static list ( ) : List
리턴 List

onStart() 공개 정적인 메소드

public static onStart ( Service self ) : void
self Service
리턴 void

onStop() 공개 정적인 메소드

public static onStop ( Service self ) : void
self Service
리턴 void

start() 공개 정적인 메소드

public static start ( Service self ) : Service
self Service
리턴 Service

stop() 공개 정적인 메소드

public static stop ( Service self ) : Service
self Service
리턴 Service

uninstall() 공개 정적인 메소드

public static uninstall ( Service self ) : Service
self Service
리턴 Service