C# Класс DroidExplorer.Service.ServiceInstaller

Наследование: System.ServiceProcess.ServiceInstaller
Показать файл Открыть проект

Открытые методы

Метод Описание
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