IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Java.Externs.java.lang.Shutdown Class Reference

Implements the native methods for 'java.lang.Shutdown'. More...

Static Public Member Functions

static void beforeHalt ()
 Implements the native method 'beforeHalt'.
 
static void halt0 (int status)
 Implements the native method 'halt0'.
 
static void runAllFinalizers ()
 Implements the native method 'runAllFinalizers'.
 

Detailed Description

Implements the native methods for 'java.lang.Shutdown'.

Definition at line 9 of file Shutdown.cs.

Member Function Documentation

◆ beforeHalt()

static void IKVM.Java.Externs.java.lang.Shutdown.beforeHalt ( )
static

Implements the native method 'beforeHalt'.

Definition at line 15 of file Shutdown.cs.

16 {
17
18 }

◆ halt0()

static void IKVM.Java.Externs.java.lang.Shutdown.halt0 ( int status)
static

Implements the native method 'halt0'.

Definition at line 23 of file Shutdown.cs.

24 {
25 Environment.Exit(status);
26 }

◆ runAllFinalizers()

static void IKVM.Java.Externs.java.lang.Shutdown.runAllFinalizers ( )
static

Implements the native method 'runAllFinalizers'.

Definition at line 31 of file Shutdown.cs.

32 {
33
34 }

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