Метод |
Описание |
|
EmitInt32ToObject ( ILGenerator method, IronPython.Modules.LocalOrArg value ) : void |
|
|
EmitInt64ToObject ( ILGenerator method, IronPython.Modules.LocalOrArg value ) : void |
|
|
GetDoubleReturn ( long p ) : object |
|
|
GetIntReturn ( int value ) : object |
|
|
GetIntReturn ( long value ) : object |
|
|
GetIntReturn ( uint value ) : object |
|
|
GetIntReturn ( ulong value ) : object |
|
|
GetObjectReturn ( IntPtr intPtr ) : object |
|
|
GetPythonTypeWorker ( ) : Type |
|
|
GetSingleReturn ( int p ) : object |
|
|
INativeType ( ILGenerator method, IronPython.Modules.LocalOrArg argIndex, List |
|
|
INativeType ( ) : Type |
|
|
INativeType ( MemoryHolder owner, int offset, object value ) : object |
|
|
INativeType ( MemoryHolder owner, object readingFrom, int offset, bool raw ) : object |
|
|
INativeType ( ILGenerator method, IronPython.Modules.LocalOrArg value, List |
|
|
MakeSystemType ( Type underlyingSystemType ) : IronPython.Runtime.Types.PythonType |
|
|
MarshalCharPointer ( ILGenerator method, IronPython.Modules.LocalOrArg argIndex ) : IronPython.Modules.MarshalCleanup |
|
|
MarshalWCharPointer ( ILGenerator method, IronPython.Modules.LocalOrArg argIndex ) : void |
|
|
ReadChar ( MemoryHolder owner, int offset ) : char |
Helper function for reading char/wchar's. This is used for reading from arrays and pointers to avoid creating lots of 1-char strings. |
|
SimpleType ( Type underlyingSystemType ) : System |
|
|
TryArrayToWCharPtrConversion ( ILGenerator method, IronPython.Modules.LocalOrArg argIndex, Type argumentType, Label done ) : void |
|
|
TryBytesConversion ( ILGenerator method, Label done ) : void |
|
|
TryToCharPtrConversion ( ILGenerator method, IronPython.Modules.LocalOrArg argIndex, Type argumentType, Label done ) : void |
|
|