|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Instantiating classes at runtimeTell me guys how to instantiate a class at runtime given the assembly DLL
file and the class name ? Thanx in advance .. "Mr. Morad Jamal" <MrMoradJa***@discussions.microsoft.com> schrieb: 'Assembly.LoadFrom' + 'Activator.CreateInstance'.> Tell me guys how to instantiate a class at runtime given the assembly DLL > file and the class name ? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Thanx Herfried, but can you explain your statement more ?? I'd appreciate it..
Show quoteHide quote "Herfried K. Wagner [MVP]" wrote: > "Mr. Morad Jamal" <MrMoradJa***@discussions.microsoft.com> schrieb: > > Tell me guys how to instantiate a class at runtime given the assembly DLL > > file and the class name ? > > 'Assembly.LoadFrom' + 'Activator.CreateInstance'. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> > > "Mr. Morad Jamal" <MrMoradJa***@discussions.microsoft.com> schrieb: \\\> Thanx Herfried, but can you explain your statement more ?? I'd appreciate > it.. Dim o As Object = _ Activator.CreateInstance(<assembly name>, <type name>) /// -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> thank you so much fir your efforts dude ...
Show quoteHide quote "Herfried K. Wagner [MVP]" wrote: > "Mr. Morad Jamal" <MrMoradJa***@discussions.microsoft.com> schrieb: > > Thanx Herfried, but can you explain your statement more ?? I'd appreciate > > it.. > > \\\ > Dim o As Object = _ > Activator.CreateInstance(<assembly name>, <type name>) > /// > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> > >
Decimal/Single/...: which Numeric-type to use?
Sorting a System.Collections.ObjectModel.Collection Converting vb.net book examples Process.Start() throws an error saying "Setup error: failed to load resources from resource file Ple Creating a CSV from query results ot: mvps, how do you propse one? AddressOf from VB6 to .Net VB MouseUp event fires randomly on Listview new Interop.ADODB errors!!! Please help Create a new dataset from a dataview |
|||||||||||||||||||||||