C# Класс SevenSoftware.Windows.StartupNextInstanceEventArgs

Class used to define the arguments of another application instance startup.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

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