C# Класс Capture.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
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)

Приватные методы

Метод Описание
Main ( string args ) : void

Описание методов

PriorProcess() публичный статический Метод

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
Результат System.Diagnostics.Process