I want to create an instance of a type, but I don't know the type until runtime.
How can I get the constructor's required parameters to display them to the user in a WPF-window?
is there something like Properties Window in Visual Studio to be used?