C# 클래스 Kernel.MemorySpace

파일 보기 프로젝트 열기: kthompson/csharpos 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SetAdjacentMemorySpaces ( MemorySpace prev, MemorySpace next ) : void

메소드 상세

MemorySpace() 공개 메소드

public MemorySpace ( bool free, uint startAddress, uint endAddress ) : System
free bool
startAddress uint
endAddress uint
리턴 System

MemorySpace() 공개 메소드

public MemorySpace ( bool free, uint startAddress, uint endAddress, MemorySpace prev, MemorySpace next ) : System
free bool
startAddress uint
endAddress uint
prev MemorySpace
next MemorySpace
리턴 System

MemorySpace() 공개 메소드

public MemorySpace ( uint startAddress, uint size ) : System
startAddress uint
size uint
리턴 System

MemorySpace() 공개 메소드

public MemorySpace ( uint startAddress, uint size, bool free ) : System
startAddress uint
size uint
free bool
리턴 System

MemorySpace() 공개 메소드

public MemorySpace ( uint startAddress, uint size, bool free, MemorySpace prev, MemorySpace next ) : System
startAddress uint
size uint
free bool
prev MemorySpace
next MemorySpace
리턴 System