﻿class System.GC
	java System
	python import gc

method static void Collect()
	java =gc
	python gc.collect()
	js ignore
	php ignore

method static void SuppressFinalize(*)
	java ignored
	python ignored
	js ignore
	php ignore

method static long GetTotalMemory(bool)
	java Utils.getTotalMemory({0})
