C# 클래스 DroidExplorer.Service.ServiceInstaller

상속: System.ServiceProcess.ServiceInstaller
파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
ServiceInstaller ( ) : System

Initializes a new instance of the ServiceInstaller class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the T:System.ComponentModel.Component and optionally releases the managed resources.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Initializes the component.

메소드 상세

Dispose() 보호된 메소드

Releases the unmanaged resources used by the T:System.ComponentModel.Component and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

ServiceInstaller() 공개 메소드

Initializes a new instance of the ServiceInstaller class.
public ServiceInstaller ( ) : System
리턴 System