C# Class Tibialyzer.TabStructure

Mostra file Open project: Mytherin/Tibialyzer

Public Properties

Property Type Description
address System.UInt32
prevsize int
size int

Public Methods

Method Description
GetMessage ( int i ) : string
GetMessages ( ) : IEnumerable
TabStructure ( UInt32 address ) : System

Method Details

GetMessage() public method

public GetMessage ( int i ) : string
i int
return string

GetMessages() public method

public GetMessages ( ) : IEnumerable
return IEnumerable

TabStructure() public method

public TabStructure ( UInt32 address ) : System
address System.UInt32
return System

Property Details

address public_oe property

public UInt32,System address
return System.UInt32

prevsize public_oe property

public int prevsize
return int

size public_oe property

public int size
return int