Create a Type and instantiate it.
- assemblyFile
- The path name of the assembly to load from disk.
- typeName
- The name of the Type to load from the assembly.
Documentation for this section has not yet been entered.
This is equivalent to doing Activator.CreateInstance(Assembly.LoadFrom(assemblyFile).GetType(typeName))
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0