C# Class TinyTeam.Debuger.MemoryCounter

Mostrar archivo Open project: chiuan/TTConsole Class Usage Examples

Public Properties

Property Type Description
allocated uint
monoMemory long
totalReserved uint

Public Methods

Method Description
ToString ( ) : string
Update ( int updateInterval ) : bool

Method Details

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( int updateInterval ) : bool
updateInterval int
return bool

Property Details

allocated public_oe property

public uint allocated
return uint

monoMemory public_oe property

public long monoMemory
return long

totalReserved public_oe property

public uint totalReserved
return uint