C# Class Adroit.Data.BDB46.Data

Afficher le fichier Open project: chergert/adroit

Méthodes publiques

Свойство Type Description
Ptr System.IntPtr
Size uint
flags uint
ulen uint

Méthodes publiques

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

Private Methods

Méthode Description
BytesToAlloc ( Array marshal, int length, int stride ) : IntPtr
staticalloc ( int len ) : void

Method Details

Free() public méthode

public Free ( ) : void
Résultat void

GetObject() public méthode

public GetObject ( Serializer binfmt, DataType datatype ) : object
binfmt Serializer
datatype DataType
Résultat object

New() public static méthode

public static New ( ) : Data
Résultat Data

New() public static méthode

public static New ( object data, Serializer binfmt, DataType datatype ) : Data
data object
binfmt Serializer
datatype DataType
Résultat Data

Property Details

Ptr public_oe property

public IntPtr,System Ptr
Résultat System.IntPtr

Size public_oe property

public uint Size
Résultat uint

flags public_oe property

public uint flags
Résultat uint

ulen public_oe property

public uint ulen
Résultat uint