C# Class TSVCEO.CloudPrint.Service.NativeService

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Afficher le fichier Open project: klightspeed/CloudPrintProxy Class Usage Examples

Protected Properties

Свойство Type Description
status ServiceStatus

Méthodes publiques

Méthode Description
Continue ( ) : bool
Delete ( ) : void
Interrogate ( ) : bool
NativeService ( ) : System
Pause ( ) : bool
Start ( string args ) : bool
Stop ( ) : bool

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Private Methods

Méthode Description
CloseServiceHandle ( IntPtr hSCObject ) : bool
ControlService ( NativeService hService, ServiceControl dwControl, ServiceStatus &lpServiceStatus ) : bool
DeleteService ( NativeService hService ) : bool
StartService ( NativeService hService, uint dwNumServiceArgs, string lpServiceArgVectors ) : bool

Method Details

Continue() public méthode

public Continue ( ) : bool
Résultat bool

Delete() public méthode

public Delete ( ) : void
Résultat void

Interrogate() public méthode

public Interrogate ( ) : bool
Résultat bool

NativeService() public méthode

public NativeService ( ) : System
Résultat System

Pause() public méthode

public Pause ( ) : bool
Résultat bool

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

Start() public méthode

public Start ( string args ) : bool
args string
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool

Property Details

status protected_oe property

protected ServiceStatus,TSVCEO.CloudPrint.Service status
Résultat ServiceStatus