Свойство | Type | Description | |
---|---|---|---|
INativeType | IronPython.Modules.MarshalCleanup | ||
INativeType | |||
INativeType | object | ||
INativeType | object | ||
INativeType | void | ||
MakeSystemType | IronPython.Runtime.Types.PythonType | ||
PointerType | System |
Méthode | Description | |
---|---|---|
PointerType ( CodeContext context, string name, PythonTuple bases, PythonDictionary members ) : System | ||
from_address ( object obj ) : object |
Access an instance at the specified address
|
|
from_param ( Pointer obj ) : object |
Converts an object into a function call parameter.
|
|
from_param ( [ obj ) : object | ||
operator ( ) : |
||
set_type ( IronPython.Runtime.Types.PythonType type ) : void |
Méthode | Description | |
---|---|---|
INativeType ( |
||
INativeType ( ) : |
||
INativeType ( |
||
INativeType ( |
||
INativeType ( |
||
MakeSystemType ( |
||
PointerType ( |
public PointerType ( CodeContext context, string name, PythonTuple bases, PythonDictionary members ) : System | ||
context | CodeContext | |
name | string | |
bases | PythonTuple | |
members | PythonDictionary | |
Résultat | System |
public from_address ( object obj ) : object | ||
obj | object | |
Résultat | object |
public static operator ( ) : |
||
Résultat |
public set_type ( IronPython.Runtime.Types.PythonType type ) : void | ||
type | IronPython.Runtime.Types.PythonType | |
Résultat | void |