newInstance

Returns a new instnace of the class associated with the given class info.

  1. Object newInstance(ClassInfo classInfo)
    Object
    newInstance
    (
    in ClassInfo classInfo
    )
  2. Object newInstance(string name)

Parameters

classInfo ClassInfo

the class info associated with the class

Return Value

Type: Object

a new instnace of the class associated with the given class info.

Meta