C# 클래스 NAPS2.Util.Lifecycle

Helps manage the lifecycle of the NAPS2 GUI.
파일 보기 프로젝트 열기: cyanfish/naps2

공개 메소드들

메소드 설명
ExitIfRedundant ( ) : void

May terminate the NAPS2 GUI based on the command-line arguments and running processes, sending messages to other processes if appropriate.

Lifecycle ( StillImage sti, AppConfigManager appConfigManager ) : System
ParseArgs ( string args ) : void

Parses the NAPS2 GUI command-line arguments.

비공개 메소드들

메소드 설명
ActivateProcess ( Process process ) : void
GetOtherNaps2Processes ( ) : IEnumerable

메소드 상세

ExitIfRedundant() 공개 메소드

May terminate the NAPS2 GUI based on the command-line arguments and running processes, sending messages to other processes if appropriate.
public ExitIfRedundant ( ) : void
리턴 void

Lifecycle() 공개 메소드

public Lifecycle ( StillImage sti, AppConfigManager appConfigManager ) : System
sti StillImage
appConfigManager AppConfigManager
리턴 System

ParseArgs() 공개 메소드

Parses the NAPS2 GUI command-line arguments.
public ParseArgs ( string args ) : void
args string
리턴 void