Table of Contents

Interface ICompilationMXBean

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/CompilationMXBean.html

public interface ICompilationMXBean : IPlatformManagedObject
Inherited Members

Properties

Name

String Name { get; }

Property Value

String

TotalCompilationTime

long TotalCompilationTime { get; }

Property Value

long

Methods

IsCompilationTimeMonitoringSupported()

bool IsCompilationTimeMonitoringSupported()

Returns

bool

bool