The methods of Java.Lang.JavaSystem are listed below. For a list of all members, see the JavaSystem Members list.
See Also: Inherited members from Java.Lang.Object
static | Arraycopy(Object, int, Object, int, int)Copies length elements from the array src, starting at offset srcPos, into the array dst, starting at offset dstPos. | |
static | ClearProperty(string)Removes a specific system property. | |
static | Console()Returns the Java.IO.Console associated with this VM, or null. | |
static | CurrentTimeMillis()Returns the current time in milliseconds since January 1, 1970 00:00:00. | |
static | Exit(int)Causes the VM to stop running and the program to exit with the given exit status. | |
static | Gc()Indicates to the VM that it would be a good time to run the garbage collector. | |
static | Getenv()Returns an unmodifiable map of all environment variables to their values. | |
static | Getenv(string)Returns the value of the environment variable with the given name, or null if no such variable exists. | |
static | GetProperty(string)Returns the value of a particular system property or null if no such property exists. | |
static | GetProperty(string, string)Returns the value of a particular system property. | |
static | IdentityHashCode(Object)Returns an integer hash code for the parameter. | |
static | InheritedChannel()Returns the inherited channel from the creator of the current virtual machine. | |
static | LineSeparator()Returns the system's line separator. | |
static | Load(string)See Runtime.Load(string). | |
static | LoadAsync(string)Documentation for this section has not yet been entered. | |
static | LoadLibrary(string)See Runtime.LoadLibrary(string). | |
static | LoadLibraryAsync(string)Documentation for this section has not yet been entered. | |
static | MapLibraryName(string)Returns the platform specific file name format for the shared library named by the argument. | |
static | NanoTime()Returns the current timestamp of the most precise timer available on the local system, in nanoseconds. | |
static | RunFinalization()Provides a hint to the VM that it would be useful to attempt to perform any outstanding object finalization. | |
static | RunFinalizersOnExit(bool)Ensures that, when the VM is about to exit, all objects are finalized. | |
static | SetErr(Java.IO.PrintStream)Sets the standard error output stream to the given user defined output stream. | |
static | SetIn(System.IO.Stream)Sets the standard input stream to the given user defined input stream. | |
static | SetOut(Java.IO.PrintStream)Sets the standard output stream to the given user defined output stream. | |
static | SetProperty(string, string)Sets the value of a particular system property. |