Свойство | Type | Description | |
---|---|---|---|
EnglishMap | char[] | ||
EnglishMapInverse | byte>.Dictionary | ||
JapaneseAsciiMap | ushort[] | ||
JapaneseMap | ushort[] | ||
JapaneseMapInverse | ushort>.Dictionary | ||
SJIS | |||
Unicode |
Méthode | Description | |
---|---|---|
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 | |
Résultat | string |
public static GetText ( int offset, int length, TextType texttype, bool ignorecc ) : string | ||
offset | int | |
length | int | |
texttype | TextType | |
ignorecc | bool | |
Résultat | string |
public static SetText ( int offset, int length, TextType texttype, string str ) : void | ||
offset | int | |
length | int | |
texttype | TextType | |
str | string | |
Résultat | void |
public static Dictionary |
||
Résultat | byte>.Dictionary |
public static ushort[] JapaneseAsciiMap | ||
Résultat | ushort[] |
public static Dictionary |
||
Résultat | ushort>.Dictionary |
public static Encoding,System.Text SJIS | ||
Résultat |