C# Class TSVCEO.CloudPrint.Service.NativeService

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Datei anzeigen Open project: klightspeed/CloudPrintProxy Class Usage Examples

Protected Properties

Property Type Description
status ServiceStatus

Public Methods

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

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Private Methods

Method 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 method

public Continue ( ) : bool
return bool

Delete() public method

public Delete ( ) : void
return void

Interrogate() public method

public Interrogate ( ) : bool
return bool

NativeService() public method

public NativeService ( ) : System
return System

Pause() public method

public Pause ( ) : bool
return bool

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool

Start() public method

public Start ( string args ) : bool
args string
return bool

Stop() public method

public Stop ( ) : bool
return bool

Property Details

status protected_oe property

protected ServiceStatus,TSVCEO.CloudPrint.Service status
return ServiceStatus