C# Class Capture.Program

Afficher le fichier Open project: SunsetQuest/IBMarketRecorder

Méthodes publiques

Méthode 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

Méthode Description
Main ( string args ) : void

Method Details

PriorProcess() public static méthode

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
Résultat System.Diagnostics.Process