C# Class IronPython.Modules.CTypes.CData

Inheritance: IPythonBufferable
Show file Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
GetBufferInfo PythonTuple
GetShape IList
IBufferProtocol System.Bytes
IBufferProtocol System.Bytes
IBufferProtocol List
IBufferProtocol void
IBufferProtocol void
IPythonBufferable byte[]
SetAddress void

Protected Methods

Method Description
CData ( ) : Microsoft.Scripting.Math

Private Methods

Method Description
GetBufferInfo ( ) : PythonTuple
GetShape ( int start, int end ) : IList
IBufferProtocol ( int index ) : System.Bytes
IBufferProtocol ( int start, int end ) : System.Bytes
IBufferProtocol ( int start, int end ) : List
IBufferProtocol ( IronPython.Runtime.Slice index, object value ) : void
IBufferProtocol ( int index, object value ) : void
IPythonBufferable ( int offset, int length ) : byte[]
SetAddress ( IntPtr address ) : void

Method Details

CData() protected method

protected CData ( ) : Microsoft.Scripting.Math
return Microsoft.Scripting.Math