IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Java.Externs.sun.management.GcInfoBuilder Class Reference

Static Public Member Functions

static int getNumGcExtAttributes (object _this, object gc)
 
static void fillGcAttributeInfo (object _this, object gc, int numAttributes, string[] attributeNames, char[] types, string[] descriptions)
 
static object getLastGcInfo0 (object _this, object gc, int numExtAtts, object[] extAttValues, char[] extAttTypes, object[] before, object[] after)
 

Detailed Description

Definition at line 29 of file GcInfoBuilder.cs.

Member Function Documentation

◆ fillGcAttributeInfo()

static void IKVM.Java.Externs.sun.management.GcInfoBuilder.fillGcAttributeInfo ( object _this,
object gc,
int numAttributes,
string[] attributeNames,
char[] types,
string[] descriptions )
static

Definition at line 37 of file GcInfoBuilder.cs.

38 {
39 throw new NotSupportedException();
40 }

◆ getLastGcInfo0()

static object IKVM.Java.Externs.sun.management.GcInfoBuilder.getLastGcInfo0 ( object _this,
object gc,
int numExtAtts,
object[] extAttValues,
char[] extAttTypes,
object[] before,
object[] after )
static

Definition at line 42 of file GcInfoBuilder.cs.

43 {
44 throw new NotSupportedException();
45 }

◆ getNumGcExtAttributes()

static int IKVM.Java.Externs.sun.management.GcInfoBuilder.getNumGcExtAttributes ( object _this,
object gc )
static

Definition at line 32 of file GcInfoBuilder.cs.

33 {
34 throw new NotSupportedException();
35 }

The documentation for this class was generated from the following file: