Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Emul8
Peripherals
Memory
MappedMemory.MappedSegment
C# Class Emul8.Peripherals.Memory.MappedMemory.MappedSegment
Inheritance:
IMappedSegment
Exibir arquivo
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