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

Show file 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 property

public long RSS
return long

Resident public property

public long Resident
return long

Share public property

public long Share
return long

Size public property

public long Size
return long

VirtualSize public property

public long VirtualSize
return long