﻿class System.AppDomain
	java ignore
	python ignore
	js ignore

field static AppDomain CurrentDomain
	java ignore
	python ignore
	js ignore

property get string BaseDirectory
	java (new java.io.File("")).getAbsolutePath()
	python os.path.dirname(os.path.realpath(__file__))
	js __dirname
