Свойство | Type | Description | |
---|---|---|---|
DefaultEncoding |
Méthode | Description | |
---|---|---|
ConvertToIntPtr ( object Object ) : |
||
GetBytesFromPointer ( sbyte Pointer, int Count ) : byte[] | ||
GetLiteralStringPointer ( string Text ) : sbyte* | ||
GetObjectsFromArgsIterator ( |
||
GetStringFromPointer ( |
||
GetStringFromPointer ( |
||
GetStringFromPointer ( sbyte Pointer ) : string | ||
GetStringFromPointerWide ( char Pointer ) : string | ||
IsAlpha ( char Char ) : bool | ||
IsNumber ( char Char ) : bool | ||
IsSpace ( char Char ) : bool | ||
PutBytesToPointer ( sbyte Pointer, int Count, byte Data ) : void | ||
RunTypeMain ( |
|
|
sprintf_hl ( string Format ) : string |
Méthode | Description | |
---|---|---|
ToInt32 ( object Object ) : int | ||
ToUInt32 ( object Object ) : uint |
public static ConvertToIntPtr ( object Object ) : |
||
Object | object | |
Résultat |
public static GetBytesFromPointer ( sbyte Pointer, int Count ) : byte[] | ||
Pointer | sbyte | |
Count | int | |
Résultat | byte[] |
public static GetLiteralStringPointer ( string Text ) : sbyte* | ||
Text | string | |
Résultat | sbyte* |
public static GetObjectsFromArgsIterator ( |
||
ArgIterator | ||
Résultat | object[] |
public static GetStringFromPointer ( |
||
Pointer | ||
Résultat | string |
public static GetStringFromPointer ( |
||
Pointer | ||
Résultat | string |
public static GetStringFromPointer ( sbyte Pointer ) : string | ||
Pointer | sbyte | |
Résultat | string |
public static GetStringFromPointerWide ( char Pointer ) : string | ||
Pointer | char | |
Résultat | string |
public static IsNumber ( char Char ) : bool | ||
Char | char | |
Résultat | bool |
public static PutBytesToPointer ( sbyte Pointer, int Count, byte Data ) : void | ||
Pointer | sbyte | |
Count | int | |
Data | byte | |
Résultat | void |
public static RunTypeMain ( |
||
Type | ||
Args | string | |
Résultat | int |
public static sprintf_hl ( string Format ) : string | ||
Format | string | |
Résultat | string |