C# Class Emveepee.Decoding.RegionInfo

Exibir arquivo Open project: mono/emveepee Class Usage Examples

Public Properties

Property Type Description
Filename string
Id uint
Offset uint
Size uint
Start ulong

Public Methods

Method Description
RegionInfo ( uint id, ulong start, uint size, uint offset, string filename ) : System

Method Details

RegionInfo() public method

public RegionInfo ( uint id, ulong start, uint size, uint offset, string filename ) : System
id uint
start ulong
size uint
offset uint
filename string
return System

Property Details

Filename public_oe property

public string Filename
return string

Id public_oe property

public uint Id
return uint

Offset public_oe property

public uint Offset
return uint

Size public_oe property

public uint Size
return uint

Start public_oe property

public ulong Start
return ulong