Table of Contents

Interface IOperatingSystemMXBean

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/management/OperatingSystemMXBean.html

public interface IOperatingSystemMXBean : IPlatformManagedObject
Inherited Members

Properties

Arch

String Arch { get; }

Property Value

String

AvailableProcessors

int AvailableProcessors { get; }

Property Value

int

Name

String Name { get; }

Property Value

String

SystemLoadAverage

double SystemLoadAverage { get; }

Property Value

double

Version

String Version { get; }

Property Value

String