C# 클래스 EnableGameStream.NVidiaService

상속: IDisposable, INotifyPropertyChanged
파일 보기 프로젝트 열기: Lakritzator/EnableGameStream 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
NVidiaService ( ) : System

Create the service patcher

StartService ( ) : void

Start the service

StopService ( ) : void

Stop the service

비공개 메소드들

메소드 설명
GetImagePath ( string serviceName ) : string

Retrieve the commandline for the service

RetrieveNVidiaService ( ) : void

Get the NVidia service

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NVidiaService() 공개 메소드

Create the service patcher
public NVidiaService ( ) : System
리턴 System

StartService() 공개 메소드

Start the service
public StartService ( ) : void
리턴 void

StopService() 공개 메소드

Stop the service
public StopService ( ) : void
리턴 void