ReflectorCreateInstance Method

Overload List

CreateInstance(ConstructorInfo, Object) Creates a new instance by a ConstructorInfo specified in the ctor parameter.
CreateInstance(Type, ReflectionWays) Creates a new instance of the specified type.
CreateInstance(Type, Object) Creates a new instance of the specified type.
CreateInstance(ConstructorInfo, ReflectionWays, Object) Creates a new instance by a ConstructorInfo specified in the ctor parameter.
CreateInstance(Type, ReflectionWays, Object) Creates a new instance of the specified type.
CreateInstance(Type, Type, ReflectionWays) Creates a new instance of the specified type.
CreateInstance(Type, Type, Object) Creates a new instance of the specified type.
CreateInstance(Type, Type, ReflectionWays, Object) Creates a new instance of the specified type.

See Also