C# Class Kernel.MemorySpace

Afficher le fichier Open project: kthompson/csharpos Class Usage Examples

Méthodes publiques

Méthode Description
MemorySpace ( bool free, uint startAddress, uint endAddress ) : System
MemorySpace ( bool free, uint startAddress, uint endAddress, MemorySpace prev, MemorySpace next ) : System
MemorySpace ( uint startAddress, uint size ) : System
MemorySpace ( uint startAddress, uint size, bool free ) : System
MemorySpace ( uint startAddress, uint size, bool free, MemorySpace prev, MemorySpace next ) : System

Private Methods

Méthode Description
SetAdjacentMemorySpaces ( MemorySpace prev, MemorySpace next ) : void

Method Details

MemorySpace() public méthode

public MemorySpace ( bool free, uint startAddress, uint endAddress ) : System
free bool
startAddress uint
endAddress uint
Résultat System

MemorySpace() public méthode

public MemorySpace ( bool free, uint startAddress, uint endAddress, MemorySpace prev, MemorySpace next ) : System
free bool
startAddress uint
endAddress uint
prev MemorySpace
next MemorySpace
Résultat System

MemorySpace() public méthode

public MemorySpace ( uint startAddress, uint size ) : System
startAddress uint
size uint
Résultat System

MemorySpace() public méthode

public MemorySpace ( uint startAddress, uint size, bool free ) : System
startAddress uint
size uint
free bool
Résultat System

MemorySpace() public méthode

public MemorySpace ( uint startAddress, uint size, bool free, MemorySpace prev, MemorySpace next ) : System
startAddress uint
size uint
free bool
prev MemorySpace
next MemorySpace
Résultat System