C# 클래스 Script_Text_Editor.TextLibrary.NetWrapper

상속: ITextLibrary
파일 보기 프로젝트 열기: xupefei/Script-Text-Editor 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Invoke object
NetWrapper System
NetWrapper System

공개 메소드들

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

비공개 메소드들

메소드 설명
Invoke ( string strMethod, object args ) : object
NetWrapper ( Assembly assembly ) : System
NetWrapper ( string library ) : System

메소드 상세

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 strInput ) : string
strInput 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[]