I have a WPF application to pass class name and namespace.I want to create an object of that class and call a function. Am passing namespace as ServiceReference1 and class name as CrewServiceClient from text box as string. I want to create object like belowI have a WPF application to pass class name and