C# Class BDB.BDB43.Data

Mostrar archivo Open project: JoshData/semweb-dotnet

Public Properties

Property Type Description
Ptr System.IntPtr
Size uint
flags uint

Public Methods

Method Description
Free ( ) : void
GetObject ( Serializer binfmt, DataType datatype ) : object
New ( ) : Data
New ( object data, Serializer binfmt, DataType datatype ) : Data

Private Methods

Method Description
BytesToAlloc ( Array marshal, int length, int stride ) : IntPtr
staticalloc ( int len ) : void

Method Details

Free() public method

public Free ( ) : void
return void

GetObject() public method

public GetObject ( Serializer binfmt, DataType datatype ) : object
binfmt Serializer
datatype DataType
return object

New() public static method

public static New ( ) : Data
return Data

New() public static method

public static New ( object data, Serializer binfmt, DataType datatype ) : Data
data object
binfmt Serializer
datatype DataType
return Data

Property Details

Ptr public_oe property

public IntPtr,System Ptr
return System.IntPtr

Size public_oe property

public uint Size
return uint

flags public_oe property

public uint flags
return uint