createInstance

fun <T> createInstance(className: String): T?
fun <T> createInstance(className: String, vararg arguments: Any): T?