C# Class GAudio.GATDataAllocator.GATManagedData

Inheritance: GATData
Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Свойство Type Description
allocatedSize int
next GATManagedData

Protected Properties

Свойство Type Description
_manager GATDataAllocator

Méthodes publiques

Méthode Description
AllocateFree ( int offset, GATManagedData inext ) : void
GATManagedData ( GATDataAllocator manager ) : System
GetPointer ( ) : IntPtr

Méthodes protégées

Méthode Description
Discard ( ) : void

Method Details

AllocateFree() public méthode

public AllocateFree ( int offset, GATManagedData inext ) : void
offset int
inext GATManagedData
Résultat void

Discard() protected méthode

protected Discard ( ) : void
Résultat void

GATManagedData() public méthode

public GATManagedData ( GATDataAllocator manager ) : System
manager GATDataAllocator
Résultat System

GetPointer() public méthode

public GetPointer ( ) : IntPtr
Résultat System.IntPtr

Property Details

_manager protected_oe property

protected GATDataAllocator,GAudio _manager
Résultat GATDataAllocator

allocatedSize public_oe property

public int allocatedSize
Résultat int

next public_oe property

public GATManagedData next
Résultat GATManagedData