C# Класс MemcachedService64.Service.MemcachedServiceInstaller

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

Private Properties

Свойство Тип Описание
GetProgramFilesX86Path string
ModuleContainsFunction bool

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

Метод Описание
Install ( bool undo, string args ) : void

Installation standalone du service.

MemcachedServiceInstaller ( ) : System

Приватные методы

Метод Описание
GetProgramFilesX86Path ( ) : string

Retourne le chemin d'accès au dossier Program Files (x86).

ModuleContainsFunction ( string moduleName, string methodName ) : bool

Описание методов

Install() публичный статический Метод

Installation standalone du service.
public static Install ( bool undo, string args ) : void
undo bool
args string
Результат void

MemcachedServiceInstaller() публичный Метод

public MemcachedServiceInstaller ( ) : System
Результат System