C# 클래스 ConEmu.WinForms.AnsiStreamChunkEventArgs

Holds the new chunk of the console ANSI stream.
상속: System.EventArgs
파일 보기 프로젝트 열기: Maximus5/conemu-inside 1 사용 예제들

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