프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EnglishMap | char[] | ||
EnglishMapInverse | byte>.Dictionary | ||
JapaneseAsciiMap | ushort[] | ||
JapaneseMap | ushort[] | ||
JapaneseMapInverse | ushort>.Dictionary | ||
SJIS | |||
Unicode |
메소드 | 설명 | |
---|---|---|
GetText ( int offset, TextType texttype, bool ignorecc ) : string | ||
GetText ( int offset, int length, TextType texttype, bool ignorecc ) : string | ||
Init ( ) : void | ||
SetText ( int offset, int length, TextType texttype, string str ) : void |
public static GetText ( int offset, TextType texttype, bool ignorecc ) : string | ||
offset | int | |
texttype | TextType | |
ignorecc | bool | |
리턴 | string |
public static GetText ( int offset, int length, TextType texttype, bool ignorecc ) : string | ||
offset | int | |
length | int | |
texttype | TextType | |
ignorecc | bool | |
리턴 | string |
public static SetText ( int offset, int length, TextType texttype, string str ) : void | ||
offset | int | |
length | int | |
texttype | TextType | |
str | string | |
리턴 | void |
public static Dictionary |
||
리턴 | ushort>.Dictionary |