C# Class MemcachedService64.Service.MemcachedServiceInstaller

Inheritance: System.Configuration.Install.Installer
ファイルを表示 Open project: eric-b/MemcachedService64

Private Properties

Property Type Description
GetProgramFilesX86Path string
ModuleContainsFunction bool

Public Methods

Method Description
Install ( bool undo, string args ) : void

Installation standalone du service.

MemcachedServiceInstaller ( ) : System

Private Methods

Method Description
GetProgramFilesX86Path ( ) : string

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

ModuleContainsFunction ( string moduleName, string methodName ) : bool

Method Details

Install() public static method

Installation standalone du service.
public static Install ( bool undo, string args ) : void
undo bool
args string
return void

MemcachedServiceInstaller() public method

public MemcachedServiceInstaller ( ) : System
return System