C# Class Python.Runtime.Converter

ファイルを表示 Open project: fkarb/pythonnet Class Usage Examples

Private Methods

Method Description
Converter ( ) : System
GetTypeByAlias ( IntPtr op ) : Type
SetConversionError ( IntPtr value, Type target ) : void
ToArray ( IntPtr value, Type obType, Object &result, bool setError ) : bool
ToEnum ( IntPtr value, Type obType, Object &result, bool setError ) : bool
ToManaged ( IntPtr value, Type type, object &result, bool setError ) : bool
ToManagedValue ( IntPtr value, Type obType, Object &result, bool setError ) : bool
ToPrimitive ( IntPtr value, Type obType, Object &result, bool setError ) : bool
ToPython ( Object value, Type type ) : IntPtr
ToPythonImplicit ( Object value ) : IntPtr