C# 클래스 Script_Text_Editor.TextLibrary.DynamicCodeWrapper

상속: ITextLibrary
파일 보기 프로젝트 열기: xupefei/Script-Text-Editor

Private Properties

프로퍼티 타입 설명
DynamicCodeWrapper System
DynamicCodeWrapper System
Init void

공개 메소드들

메소드 설명
AllowCRLF ( ) : int
GetCRLFTranslation ( ) : string
GetDefaultEncoding ( ) : int
GetLibraryInfo ( ) : string
GetSupportExtension ( ) : string
GetText ( string file ) : string
MakeScript ( string strOrgScript, string strOrgText, string strNewText ) : string
PostProcess ( string buffer ) : byte[]
PreProcess ( byte buffer ) : string[]

비공개 메소드들

메소드 설명
DynamicCodeWrapper ( string code ) : System
DynamicCodeWrapper ( string filePath, Encoding encoding ) : System
Init ( string code ) : void

메소드 상세

AllowCRLF() 공개 메소드

public AllowCRLF ( ) : int
리턴 int

GetCRLFTranslation() 공개 메소드

public GetCRLFTranslation ( ) : string
리턴 string

GetDefaultEncoding() 공개 메소드

public GetDefaultEncoding ( ) : int
리턴 int

GetLibraryInfo() 공개 메소드

public GetLibraryInfo ( ) : string
리턴 string

GetSupportExtension() 공개 메소드

public GetSupportExtension ( ) : string
리턴 string

GetText() 공개 메소드

public GetText ( string file ) : string
file string
리턴 string

MakeScript() 공개 메소드

public MakeScript ( string strOrgScript, string strOrgText, string strNewText ) : string
strOrgScript string
strOrgText string
strNewText string
리턴 string

PostProcess() 공개 메소드

public PostProcess ( string buffer ) : byte[]
buffer string
리턴 byte[]

PreProcess() 공개 메소드

public PreProcess ( byte buffer ) : string[]
buffer byte
리턴 string[]