Java.Lang.JavaSystem.Gc Method
Indicates to the VM that it would be a good time to run the garbage collector.

Syntax

[Android.Runtime.Register("gc", "()V", "")]
public static void Gc ()

Remarks

Indicates to the VM that it would be a good time to run the garbage collector. Note that this is a hint only. There is no guarantee that the garbage collector will actually be run.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1