C# 클래스 RazorPad.UI.Editors.AvalonEditTextSourceAdapter

상속: ITextBuffer
파일 보기 프로젝트 열기: RazorPad/RazorPad

공개 메소드들

메소드 설명
AvalonEditTextSourceAdapter ( ITextSource textSource ) : System
CreateReader ( ) : System.IO.TextReader

Creates a new TextReader to read from this text buffer.

CreateReader ( int offset, int length ) : System.IO.TextReader

Creates a new TextReader to read from this text buffer.

CreateSnapshot ( ) : ITextBuffer

Creates an immutable snapshot of this text buffer.

CreateSnapshot ( int offset, int length ) : ITextBuffer

Creates an immutable snapshot of a part of this text buffer. Unlike all other methods in this interface, this method is thread-safe.

GetCharAt ( int offset ) : char
GetText ( int offset, int length ) : string

메소드 상세

AvalonEditTextSourceAdapter() 공개 메소드

public AvalonEditTextSourceAdapter ( ITextSource textSource ) : System
textSource ITextSource
리턴 System

CreateReader() 공개 메소드

Creates a new TextReader to read from this text buffer.
public CreateReader ( ) : System.IO.TextReader
리턴 System.IO.TextReader

CreateReader() 공개 메소드

Creates a new TextReader to read from this text buffer.
public CreateReader ( int offset, int length ) : System.IO.TextReader
offset int
length int
리턴 System.IO.TextReader

CreateSnapshot() 공개 메소드

Creates an immutable snapshot of this text buffer.
public CreateSnapshot ( ) : ITextBuffer
리턴 ITextBuffer

CreateSnapshot() 공개 메소드

Creates an immutable snapshot of a part of this text buffer. Unlike all other methods in this interface, this method is thread-safe.
public CreateSnapshot ( int offset, int length ) : ITextBuffer
offset int
length int
리턴 ITextBuffer

GetCharAt() 공개 메소드

public GetCharAt ( int offset ) : char
offset int
리턴 char

GetText() 공개 메소드

public GetText ( int offset, int length ) : string
offset int
length int
리턴 string