C# 클래스 SevenSoftware.Windows.StartupNextInstanceEventArgs

Class used to define the arguments of another application instance startup.
상속: System.EventArgs
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

공개 메소드들

메소드 설명
GetArgs ( ) : string[]

Gets the arguments passed to the other application.

StartupNextInstanceEventArgs ( string args, bool bringToFront = true ) : System

Initializes a new instance of the StartupNextInstanceEventArgs class.

메소드 상세

GetArgs() 공개 메소드

Gets the arguments passed to the other application.
public GetArgs ( ) : string[]
리턴 string[]

StartupNextInstanceEventArgs() 공개 메소드

Initializes a new instance of the StartupNextInstanceEventArgs class.
public StartupNextInstanceEventArgs ( string args, bool bringToFront = true ) : System
args string The arguments passed to the program.
bringToFront bool If set to True the application main window will be brought to front.
리턴 System