Using assemlby without depending on it
- From: "Bill" <msgdev@xxxxxxxxxxx>
- Date: Wed, 11 May 2005 11:20:33 -0400
I am trying to use a 3rd party assembly that may or may not be available on
a given machine. Is there a way I can use the classes within that assembly
without it throwing an assembly load exception when the assembly file is not
available? I want to safely bypass the feature if the assembly is not
there.
I was going to try using the Assembly a = Assembly.Load() but there are a
lot or properties and method that I need to use. It would take forever if I
manually called GetMethd(), GetProperty(), and Invoke for every value I
needed.
--
Bill
.
- Follow-Ups:
- Re: Using assemlby without depending on it
- From: mdb
- RE: Using assemlby without depending on it
- From: Arthur M.
- Re: Using assemlby without depending on it
- Prev by Date: GC Bug .net 2.0.50215
- Next by Date: RE: GC and active sockets, and Pinned Memory
- Previous by thread: GC Bug .net 2.0.50215
- Next by thread: RE: Using assemlby without depending on it
- Index(es):
Relevant Pages
|