﻿class System.Environment
	java ignore

field static string UserName
	java System.getProperty("user.name")

field static string MachineName
	java Utils.getMachineName()