|
| 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) |
| |
Definition at line 29 of file GcInfoBuilder.cs.
◆ 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: