C# Класс ConEmu.WinForms.AnsiStreamChunkEventArgs

Holds the new chunk of the console ANSI stream.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
AnsiStreamChunkEventArgs ( [ chunk ) : System
GetMbcsText ( ) : string

Assuming the stream is encoded in the current system's MBCS encoding, gets its text.

GetText ( [ encoding ) : string

Gets the text of the chunk assuming it's in the specific encoding.

ToString ( ) : string

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

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

public AnsiStreamChunkEventArgs ( [ chunk ) : System
chunk [
Результат System

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

Assuming the stream is encoded in the current system's MBCS encoding, gets its text.
public GetMbcsText ( ) : string
Результат string

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

Gets the text of the chunk assuming it's in the specific encoding.
public GetText ( [ encoding ) : string
encoding [
Результат string

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

public ToString ( ) : string
Результат string