C# Class AniDBmini.MPCProcWatcher

Show file Open project: ahodesuka/AniDBmini Class Usage Examples

Public Properties

Property Type Description
OnMPCStarted MPCStartedHandler

Public Methods

Method Description
MPCProcWatcher ( ) : System
StartUp ( ) : void

Checks for already running mpc processes.

Private Methods

Method Description
m_mpcWatcher_EventArrived ( object sender, System.Management.EventArrivedEventArgs e ) : void

Method Details

MPCProcWatcher() public method

public MPCProcWatcher ( ) : System
return System

StartUp() public method

Checks for already running mpc processes.
public StartUp ( ) : void
return void

Property Details

OnMPCStarted public property

public MPCStartedHandler OnMPCStarted
return MPCStartedHandler