C# Class ConEmu.WinForms.AnsiStreamChunkEventArgs

Holds the new chunk of the console ANSI stream.
Inheritance: System.EventArgs
Afficher le fichier Open project: Maximus5/conemu-inside Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public AnsiStreamChunkEventArgs ( [ chunk ) : System
chunk [
Résultat System

GetMbcsText() public méthode

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

GetText() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string