C# Class ConEmu.WinForms.AnsiStreamChunkEventArgs

Holds the new chunk of the console ANSI stream.
Inheritance: System.EventArgs
显示文件 Open project: Maximus5/conemu-inside Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

AnsiStreamChunkEventArgs() public method

public AnsiStreamChunkEventArgs ( [ chunk ) : System
chunk [
return System

GetMbcsText() public method

Assuming the stream is encoded in the current system's MBCS encoding, gets its text.
public GetMbcsText ( ) : string
return string

GetText() public method

Gets the text of the chunk assuming it's in the specific encoding.
public GetText ( [ encoding ) : string
encoding [
return string

ToString() public method

public ToString ( ) : string
return string