C# Класс DroidExplorer.Core.UI.CConsole.Api.ProcessEventArgs

The ProcessEventArgs are arguments for a console event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ProcessEventArgs ( ) : System

Initializes a new instance of the ProcessEventArgs class.

ProcessEventArgs ( int code ) : System

Initializes a new instance of the ProcessEventArgs class.

ProcessEventArgs ( string content ) : System

Initializes a new instance of the ProcessEventArgs class.

ProcessEventArgs ( string content, int code ) : System

Initializes a new instance of the ProcessEventArgs class.

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

ProcessEventArgs() публичный Метод

Initializes a new instance of the ProcessEventArgs class.
public ProcessEventArgs ( ) : System
Результат System

ProcessEventArgs() публичный Метод

Initializes a new instance of the ProcessEventArgs class.
public ProcessEventArgs ( int code ) : System
code int The code.
Результат System

ProcessEventArgs() публичный Метод

Initializes a new instance of the ProcessEventArgs class.
public ProcessEventArgs ( string content ) : System
content string The content.
Результат System

ProcessEventArgs() публичный Метод

Initializes a new instance of the ProcessEventArgs class.
public ProcessEventArgs ( string content, int code ) : System
content string The content.
code int The code.
Результат System