C# 클래스 Capture.Program

파일 보기 프로젝트 열기: SunsetQuest/IBMarketRecorder

공개 메소드들

메소드 설명
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