C# Class Emul8.Peripherals.Memory.MappedMemory.MappedSegment

Inheritance: IMappedSegment
Show file Open project: emul8/emul8

Public Methods

Method Description
MappedSegment ( MappedMemory parent, int index, uint size ) : System
ToString ( ) : string
Touch ( ) : void

Method Details

MappedSegment() public method

public MappedSegment ( MappedMemory parent, int index, uint size ) : System
parent MappedMemory
index int
size uint
return System

ToString() public method

public ToString ( ) : string
return string

Touch() public method

public Touch ( ) : void
return void