C# Класс YAMP.UserInputEventArgs

Data used for giving user prompts.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Continue ( string input ) : void

Continues with the given input.

UserInputEventArgs ( EventWaitHandle waitHandle, string message ) : System

Creates a new user input event argument.

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

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

Continues with the given input.
public Continue ( string input ) : void
input string The user's input.
Результат void

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

Creates a new user input event argument.
public UserInputEventArgs ( EventWaitHandle waitHandle, string message ) : System
waitHandle System.Threading.EventWaitHandle The wait handle where the waiting is based on.
message string The message to show.
Результат System