Méthode | Description | |
---|---|---|
Assert ( bool b, Script script, string message ) : void | ||
CanChangeType ( |
||
ChangeType ( Script script, |
||
ChangeType_impl ( object value, |
||
IsDelegateType ( |
||
IsExtensionMethod ( MemberInfo method ) : bool | ||
IsExtensionType ( Type type ) : bool | ||
IsNullOrEmpty ( String str ) : bool | ||
IsParamArray ( ParameterInfo info ) : bool | ||
IsVoid ( Type type ) : bool | ||
ReadString ( BinaryReader reader ) : string | ||
ToDouble ( object value ) : double | ||
ToInt32 ( object value ) : int | ||
ToInt64 ( object value ) : long | ||
WriteString ( BinaryWriter writer, string str ) : void |
public static Assert ( bool b, Script script, string message ) : void | ||
b | bool | |
script | Script | |
message | string | |
Résultat | void |
public static CanChangeType ( |
||
par | ||
type | ||
Résultat | bool |
public static ChangeType ( Script script, |
||
script | Script | |
par | ||
type | ||
Résultat | object |
public static ChangeType_impl ( object value, |
||
value | object | |
conversionType | ||
Résultat | object |
public static IsDelegateType ( |
||
type | ||
Résultat | bool |
public static IsExtensionMethod ( MemberInfo method ) : bool | ||
method | MemberInfo | |
Résultat | bool |
public static IsExtensionType ( Type type ) : bool | ||
type | Type | |
Résultat | bool |
public static IsNullOrEmpty ( String str ) : bool | ||
str | String | |
Résultat | bool |
public static IsParamArray ( ParameterInfo info ) : bool | ||
info | ParameterInfo | |
Résultat | bool |
public static ReadString ( BinaryReader reader ) : string | ||
reader | BinaryReader | |
Résultat | string |
public static ToDouble ( object value ) : double | ||
value | object | |
Résultat | double |
public static ToInt32 ( object value ) : int | ||
value | object | |
Résultat | int |
public static ToInt64 ( object value ) : long | ||
value | object | |
Résultat | long |
public static WriteString ( BinaryWriter writer, string str ) : void | ||
writer | BinaryWriter | |
str | string | |
Résultat | void |