C# Class Mono.Debugger.Test.Framework.LibGTop.MemoryInfo

Datei anzeigen Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
RSS long
Resident long
Share long
Size long
VirtualSize long

Public Methods

Method Description
MemoryInfo ( long size, long vsize, long resident, long share, long rss ) : System

Method Details

MemoryInfo() public method

public MemoryInfo ( long size, long vsize, long resident, long share, long rss ) : System
size long
vsize long
resident long
share long
rss long
return System

Property Details

RSS public_oe property

public long RSS
return long

Resident public_oe property

public long Resident
return long

Share public_oe property

public long Share
return long

Size public_oe property

public long Size
return long

VirtualSize public_oe property

public long VirtualSize
return long