Table of Contents

Interface IMemoryMXBean

Namespace
Java.Lang.Management
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IMemoryMXBean : IPlatformManagedObject
Inherited Members

Properties

HeapMemoryUsage

MemoryUsage HeapMemoryUsage { get; }

Property Value

MemoryUsage

NonHeapMemoryUsage

MemoryUsage NonHeapMemoryUsage { get; }

Property Value

MemoryUsage

ObjectPendingFinalizationCount

int ObjectPendingFinalizationCount { get; }

Property Value

int

Methods

Gc()

void Gc()

IsVerbose()

bool IsVerbose()

Returns

bool

bool

SetVerbose(bool)

void SetVerbose(bool arg0)

Parameters

arg0 bool

bool