Property | Type | Description | |
---|---|---|---|
ArrayType | System | ||
GetRawValue | string | ||
GetSize | int | ||
INativeType | IronPython.Modules.MarshalCleanup | ||
INativeType | |||
INativeType | object | ||
INativeType | object | ||
INativeType | void | ||
MakeSystemType | IronPython.Runtime.Types.PythonType | ||
WriteString | void |
Method | Description | |
---|---|---|
ArrayType ( CodeContext context, string name, PythonTuple bases, PythonDictionary dict ) : System | ||
from_address ( CodeContext context, BigInteger ptr ) : _Array | ||
from_address ( CodeContext context, int ptr ) : _Array | ||
from_buffer ( IronPython.Modules.ArrayModule array, [ offset ) : _Array | ||
from_buffer_copy ( IronPython.Modules.ArrayModule array, [ offset ) : _Array | ||
from_buffer_copy ( System.Bytes array, [ offset ) : _Array | ||
from_param ( object obj ) : object |
Converts an object into a function call parameter.
|
|
operator ( ) : |
Method | Description | |
---|---|---|
ArrayType ( |
||
GetRawValue ( |
||
GetSize ( ) : int | ||
INativeType ( |
||
INativeType ( ) : |
||
INativeType ( |
||
INativeType ( |
||
INativeType ( |
||
MakeSystemType ( |
||
WriteString ( |
public ArrayType ( CodeContext context, string name, PythonTuple bases, PythonDictionary dict ) : System | ||
context | CodeContext | |
name | string | |
bases | PythonTuple | |
dict | PythonDictionary | |
return | System |
public from_address ( CodeContext context, BigInteger ptr ) : _Array | ||
context | CodeContext | |
ptr | BigInteger | |
return | _Array |
public from_address ( CodeContext context, int ptr ) : _Array | ||
context | CodeContext | |
ptr | int | |
return | _Array |
public from_buffer ( IronPython.Modules.ArrayModule array, [ offset ) : _Array | ||
array | IronPython.Modules.ArrayModule | |
offset | [ | |
return | _Array |
public from_buffer_copy ( IronPython.Modules.ArrayModule array, [ offset ) : _Array | ||
array | IronPython.Modules.ArrayModule | |
offset | [ | |
return | _Array |
public from_buffer_copy ( System.Bytes array, [ offset ) : _Array | ||
array | System.Bytes | |
offset | [ | |
return | _Array |
public static operator ( ) : |
||
return |