System.Object Create( string name, System.Type targetType, System.Object[] args )

Summary

Create a type instance by name and is assignable to given type, with optional arguments for its constructor.

T Create( System.Type type, System.Object[] args )

Summary

Create type instance from type.

T Create( string name, bool complainOnMissing )

Summary

Create a type instance by name and is assignable to given type.

T Create( string name, System.Object[] args, bool complainOnMissing )

Summary

Create a type instance by name and is assignable to given type.

T Create( int ident )

Summary

Create a type instance by its identity. See M:Sandbox.Internal.TypeLibrary.GetIdent(System.Type).
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.