C# Class MemcachedTest.MemcachedServer.KillProcess

Inheritance: IDisposable
Datei anzeigen Open project: enyim/EnyimMemcached

Public Methods

Method Description
Dispose ( ) : void
KillProcess ( Process process ) : System

Private Methods

Method Description
CurrentDomain_ProcessExit ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

KillProcess() public method

public KillProcess ( Process process ) : System
process System.Diagnostics.Process
return System