Assembly asm = Assembly.LoadFrom("file path to your assembly"); Type typ = asm.GetType("MyOrg.MyApp.Services.Example, MyOrg.MyApp.Services"); object instance = Activator.CreateInstance(typ);