G
Guest
Tell me guys how to instantiate a class at runtime given the assembly DLL
file and the class name ?
Thanx in advance ..
file and the class name ?
Thanx in advance ..
Mr. Morad Jamal said:Tell me guys how to instantiate a class at runtime given the assembly DLL
file and the class name ?
Mr. Morad Jamal said:Thanx Herfried, but can you explain your statement more ?? I'd appreciate
it..
Herfried K. Wagner said:\\\
Dim o As Object = _
Activator.CreateInstance(<assembly name>, <type name>)
///