Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
ProcessMonitor
Service
MonitorService
C# Class ProcessMonitor.Service.MonitorService
Inheritance:
System.ServiceProcess.ServiceBase
显示文件
Open project: sys27/ProcessMonitor
Public Methods
Method
Description
MonitorService
( ) :
System
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
OnContinue
( ) :
void
OnPause
( ) :
void
OnShutdown
( ) :
void
OnStart
(
string
args
) :
void
OnStop
( ) :
void
Method Details
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void
MonitorService()
public
method
public
MonitorService
( ) :
System
return
System
OnContinue()
protected
method
protected
OnContinue
( ) :
void
return
void
OnPause()
protected
method
protected
OnPause
( ) :
void
return
void
OnShutdown()
protected
method
protected
OnShutdown
( ) :
void
return
void
OnStart()
protected
method
protected
OnStart
(
string
args
) :
void
args
string
return
void
OnStop()
protected
method
protected
OnStop
( ) :
void
return
void