Table of Contents

Interface IRuntimeMXBean

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

.NET interface for TO BE DEFINED FROM USER

public interface IRuntimeMXBean : IPlatformManagedObject
Inherited Members

Properties

BootClassPath

String BootClassPath { get; }

Property Value

String

ClassPath

String ClassPath { get; }

Property Value

String

InputArguments

List<String> InputArguments { get; }

Property Value

List<String>

LibraryPath

String LibraryPath { get; }

Property Value

String

ManagementSpecVersion

String ManagementSpecVersion { get; }

Property Value

String

Name

String Name { get; }

Property Value

String

Pid

long Pid { get; }

Property Value

long

SpecName

String SpecName { get; }

Property Value

String

SpecVendor

String SpecVendor { get; }

Property Value

String

SpecVersion

String SpecVersion { get; }

Property Value

String

StartTime

long StartTime { get; }

Property Value

long

SystemProperties

Map<String, String> SystemProperties { get; }

Property Value

Map<String, String>

Uptime

long Uptime { get; }

Property Value

long

VmName

String VmName { get; }

Property Value

String

VmVendor

String VmVendor { get; }

Property Value

String

VmVersion

String VmVersion { get; }

Property Value

String

Methods

IsBootClassPathSupported()

bool IsBootClassPathSupported()

Returns

bool

bool