C# Class EnableGameStream.NVidiaService

Inheritance: IDisposable, INotifyPropertyChanged
Mostra file Open project: Lakritzator/EnableGameStream Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
NVidiaService ( ) : System

Create the service patcher

StartService ( ) : void

Start the service

StopService ( ) : void

Stop the service

Private Methods

Method Description
GetImagePath ( string serviceName ) : string

Retrieve the commandline for the service

RetrieveNVidiaService ( ) : void

Get the NVidia service

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NVidiaService() public method

Create the service patcher
public NVidiaService ( ) : System
return System

StartService() public method

Start the service
public StartService ( ) : void
return void

StopService() public method

Stop the service
public StopService ( ) : void
return void