Method | Description | |
---|---|---|
CallbackException ( |
||
CharToString ( byte c ) : string | ||
CheckCDataType ( object o, object type ) : |
||
CheckFunctionId ( |
||
CheckNativeArgument ( object o, object type ) : |
||
CheckSimpleCDataType ( object o, object type ) : |
||
CreateCData ( |
||
CreateCFunction ( |
||
CreateMemoryHolder ( |
||
CreateNativeWrapper ( IronPython.Runtime.Types.PythonType type, object holder ) : object | ||
CreateSubclassInstance ( object type, object instance ) : object | ||
DoErrorCheck ( object errCheckFunc, object result, object func, object arguments ) : object | ||
EnsureString ( object o ) : string | ||
GetBoolean ( object value, object type ) : byte | ||
GetBytes ( System.Bytes bytes ) : byte[] | ||
GetChar ( object value, object type ) : byte | ||
GetCharPointer ( object value ) : |
||
GetDouble ( object value, object type ) : double | ||
GetDoubleBits ( object value ) : long | ||
GetFunctionPointerValue ( object o, object type ) : |
||
GetObject ( object value ) : |
||
GetPointer ( object value ) : |
||
GetSignedByte ( object value, object type ) : byte | ||
GetSignedInt ( object value, object type ) : int | ||
GetSignedLong ( object value, object type ) : int | ||
GetSignedLongLong ( object value, object type ) : long | ||
GetSignedShort ( object value, object type ) : short | ||
GetSingle ( object value, object type ) : float | ||
GetSingleBits ( object value ) : int | ||
GetUnsignedByte ( object value, object type ) : byte | ||
GetUnsignedInt ( object value, object type ) : int | ||
GetUnsignedLong ( object value, object type ) : int | ||
GetUnsignedLongLong ( object value, object type ) : long | ||
GetUnsignedShort ( object value, object type ) : short | ||
GetVariantBool ( object value, object type ) : int | ||
GetWChar ( object value, object type ) : char | ||
GetWCharPointer ( object value ) : |
||
IntPtrToObject ( |
||
StringToChar ( string s ) : char | ||
StringToHGlobalAnsi ( string str ) : |
||
StringToHGlobalUni ( string str ) : |
||
TryCheckBytes ( object o ) : byte[] | ||
TryCheckCDataPointerType ( object o, object type ) : |
||
TryCheckCharArray ( object o ) : |
||
TryCheckWCharArray ( object o ) : |
||
WCharToString ( char c ) : string |
Method | Description | |
---|---|---|
ArgumentError ( object type, string expected, object got ) : |
public static CallbackException ( |
||
e | ||
context | CodeContext | |
return | void |
public static CharToString ( byte c ) : string | ||
c | byte | |
return | string |
public static CheckCDataType ( object o, object type ) : |
||
o | object | |
type | object | |
return |
public static CheckFunctionId ( |
||
func | ||
id | int | |
return | bool |
public static CheckNativeArgument ( object o, object type ) : |
||
o | object | |
type | object | |
return |
public static CheckSimpleCDataType ( object o, object type ) : |
||
o | object | |
type | object | |
return |
public static CreateCData ( |
||
dataAddress | ||
type | IronPython.Runtime.Types.PythonType | |
return | object |
public static CreateCFunction ( |
||
address | ||
type | IronPython.Runtime.Types.PythonType | |
return | object |
public static CreateMemoryHolder ( |
||
data | ||
size | int | |
return | object |
public static CreateNativeWrapper ( IronPython.Runtime.Types.PythonType type, object holder ) : object | ||
type | IronPython.Runtime.Types.PythonType | |
holder | object | |
return | object |
public static CreateSubclassInstance ( object type, object instance ) : object | ||
type | object | |
instance | object | |
return | object |
public static DoErrorCheck ( object errCheckFunc, object result, object func, object arguments ) : object | ||
errCheckFunc | object | |
result | object | |
func | object | |
arguments | object | |
return | object |
public static EnsureString ( object o ) : string | ||
o | object | |
return | string |
public static GetBoolean ( object value, object type ) : byte | ||
value | object | |
type | object | |
return | byte |
public static GetBytes ( System.Bytes bytes ) : byte[] | ||
bytes | System.Bytes | |
return | byte[] |
public static GetChar ( object value, object type ) : byte | ||
value | object | |
type | object | |
return | byte |
public static GetCharPointer ( object value ) : |
||
value | object | |
return |
public static GetDouble ( object value, object type ) : double | ||
value | object | |
type | object | |
return | double |
public static GetDoubleBits ( object value ) : long | ||
value | object | |
return | long |
public static GetFunctionPointerValue ( object o, object type ) : |
||
o | object | |
type | object | |
return |
public static GetObject ( object value ) : |
||
value | object | |
return |
public static GetPointer ( object value ) : |
||
value | object | |
return |
public static GetSignedByte ( object value, object type ) : byte | ||
value | object | |
type | object | |
return | byte |
public static GetSignedInt ( object value, object type ) : int | ||
value | object | |
type | object | |
return | int |
public static GetSignedLong ( object value, object type ) : int | ||
value | object | |
type | object | |
return | int |
public static GetSignedLongLong ( object value, object type ) : long | ||
value | object | |
type | object | |
return | long |
public static GetSignedShort ( object value, object type ) : short | ||
value | object | |
type | object | |
return | short |
public static GetSingle ( object value, object type ) : float | ||
value | object | |
type | object | |
return | float |
public static GetSingleBits ( object value ) : int | ||
value | object | |
return | int |
public static GetUnsignedByte ( object value, object type ) : byte | ||
value | object | |
type | object | |
return | byte |
public static GetUnsignedInt ( object value, object type ) : int | ||
value | object | |
type | object | |
return | int |
public static GetUnsignedLong ( object value, object type ) : int | ||
value | object | |
type | object | |
return | int |
public static GetUnsignedLongLong ( object value, object type ) : long | ||
value | object | |
type | object | |
return | long |
public static GetUnsignedShort ( object value, object type ) : short | ||
value | object | |
type | object | |
return | short |
public static GetVariantBool ( object value, object type ) : int | ||
value | object | |
type | object | |
return | int |
public static GetWChar ( object value, object type ) : char | ||
value | object | |
type | object | |
return | char |
public static GetWCharPointer ( object value ) : |
||
value | object | |
return |
public static IntPtrToObject ( |
||
address | ||
return | object |
public static StringToChar ( string s ) : char | ||
s | string | |
return | char |
public static StringToHGlobalAnsi ( string str ) : |
||
str | string | |
return |
public static StringToHGlobalUni ( string str ) : |
||
str | string | |
return |
public static TryCheckBytes ( object o ) : byte[] | ||
o | object | |
return | byte[] |
public static TryCheckCDataPointerType ( object o, object type ) : |
||
o | object | |
type | object | |
return |
public static TryCheckCharArray ( object o ) : |
||
o | object | |
return |
public static TryCheckWCharArray ( object o ) : |
||
o | object | |
return |
public static WCharToString ( char c ) : string | ||
c | char | |
return | string |