C# Class java.lang.Runtime

Inheritance: global::java.lang.Object
Afficher le fichier Open project: Pmovil/CN1WindowsPort

Méthodes publiques

Méthode Description
@static ( ) : void
addShutdownHook ( global n1 ) : void
availableProcessors ( ) : int
exec ( global n1 ) : global::System.Object
exec ( global n1, global n2 ) : global::System.Object
exec ( global n1, global n2, global n3 ) : global::System.Object
exec ( global n1 ) : global::System.Object
exec ( global n1, global n2 ) : global::System.Object
exec ( global n1, global n2, global n3 ) : global::System.Object
exit ( int n1 ) : void
freeMemory ( ) : long
gc ( ) : void
getLocalizedInputStream ( global n1 ) : global::System.Object
getLocalizedOutputStream ( global n1 ) : global::System.Object
getRuntime ( ) : global::System.Object
halt ( int n1 ) : void
load ( global n1 ) : void
loadLibrary ( global n1 ) : void
maxMemory ( ) : long
removeShutdownHook ( global n1 ) : bool
runFinalization ( ) : void
runFinalizersOnExit ( bool n1 ) : void
totalMemory ( ) : long
traceInstructions ( bool n1 ) : void
traceMethodCalls ( bool n1 ) : void

Private Methods

Méthode Description
@this ( ) : void
Runtime ( ) : System

Method Details

@static() public static méthode

public static @static ( ) : void
Résultat void

addShutdownHook() public méthode

public addShutdownHook ( global n1 ) : void
n1 global
Résultat void

availableProcessors() public méthode

public availableProcessors ( ) : int
Résultat int

exec() public méthode

public exec ( global n1 ) : global::System.Object
n1 global
Résultat global::System.Object

exec() public méthode

public exec ( global n1, global n2 ) : global::System.Object
n1 global
n2 global
Résultat global::System.Object

exec() public méthode

public exec ( global n1, global n2, global n3 ) : global::System.Object
n1 global
n2 global
n3 global
Résultat global::System.Object

exec() public méthode

public exec ( global n1 ) : global::System.Object
n1 global
Résultat global::System.Object

exec() public méthode

public exec ( global n1, global n2 ) : global::System.Object
n1 global
n2 global
Résultat global::System.Object

exec() public méthode

public exec ( global n1, global n2, global n3 ) : global::System.Object
n1 global
n2 global
n3 global
Résultat global::System.Object

exit() public méthode

public exit ( int n1 ) : void
n1 int
Résultat void

freeMemory() public méthode

public freeMemory ( ) : long
Résultat long

gc() public méthode

public gc ( ) : void
Résultat void

getLocalizedInputStream() public méthode

public getLocalizedInputStream ( global n1 ) : global::System.Object
n1 global
Résultat global::System.Object

getLocalizedOutputStream() public méthode

public getLocalizedOutputStream ( global n1 ) : global::System.Object
n1 global
Résultat global::System.Object

getRuntime() public static méthode

public static getRuntime ( ) : global::System.Object
Résultat global::System.Object

halt() public méthode

public halt ( int n1 ) : void
n1 int
Résultat void

load() public méthode

public load ( global n1 ) : void
n1 global
Résultat void

loadLibrary() public méthode

public loadLibrary ( global n1 ) : void
n1 global
Résultat void

maxMemory() public méthode

public maxMemory ( ) : long
Résultat long

removeShutdownHook() public méthode

public removeShutdownHook ( global n1 ) : bool
n1 global
Résultat bool

runFinalization() public méthode

public runFinalization ( ) : void
Résultat void

runFinalizersOnExit() public static méthode

public static runFinalizersOnExit ( bool n1 ) : void
n1 bool
Résultat void

totalMemory() public méthode

public totalMemory ( ) : long
Résultat long

traceInstructions() public méthode

public traceInstructions ( bool n1 ) : void
n1 bool
Résultat void

traceMethodCalls() public méthode

public traceMethodCalls ( bool n1 ) : void
n1 bool
Résultat void