C# Class Capture.Program

ファイルを表示 Open project: SunsetQuest/IBMarketRecorder

Public Methods

Method Description
PriorProcess ( ) : Process

Returns a System.Diagnostics.Process pointing to a pre-existing process with the same name as the current one, if any; or null if the current process is unique. Source: http://www.covingtoninnovations.com/mc/SingleInstance.html (2004)

Private Methods

Method Description
Main ( string args ) : void

Method Details

PriorProcess() public static method

Returns a System.Diagnostics.Process pointing to a pre-existing process with the same name as the current one, if any; or null if the current process is unique. Source: http://www.covingtoninnovations.com/mc/SingleInstance.html (2004)
public static PriorProcess ( ) : Process
return System.Diagnostics.Process