﻿class System.Type
	java Class
	python str
	js String

property get string Name
	java {!}.getSimpleName()
	python {!}
	js {!}

property get string FullName
	java {!}.getName()

method ConstructorInfo[] GetConstructors() throws SecurityException
	java =getDeclaredConstructors

method ConstructorInfo GetConstructor(Type[]) throws SecurityException NoSuchMethodException
	java =getDeclaredConstructor

