Re: What is the counterpart of libpath in c#(.NET) as in Java?
From: Z D (nospam_at_nospam.com)
Date: 03/19/04
- Previous message: John: "Looking for a way to add unique persistent cookie to IIS 6.0 log file"
- In reply to: Bill Park: "What is the counterpart of libpath in c#(.NET) as in Java?"
- Next in thread: Reinhold Schalk: "Re: What is the counterpart of libpath in c#(.NET) as in Java?"
- Reply: Reinhold Schalk: "Re: What is the counterpart of libpath in c#(.NET) as in Java?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Mar 2004 21:48:23 -0500
You could use the Reflection class to dynamically load the class at runtime.
This would involve knowing the physical location of the assembly though.
You could store the info in a config file however.
-ZD
"Bill Park" <bill@nospamland.com> wrote in message
news:eO1QVtVDEHA.2076@TK2MSFTNGP09.phx.gbl...
> I am trying to access .net assemblies not in the current program
> directories. Those assemblies are not in GAC. In Java, I just have to make
> sure those classes(jar files) are in the directories of libpath.Do we have
> something similar in .NET? If not, how can I access assemblies not in the
> current directory and not in GAC?
>
> Thanks for your help.
>
>
- Previous message: John: "Looking for a way to add unique persistent cookie to IIS 6.0 log file"
- In reply to: Bill Park: "What is the counterpart of libpath in c#(.NET) as in Java?"
- Next in thread: Reinhold Schalk: "Re: What is the counterpart of libpath in c#(.NET) as in Java?"
- Reply: Reinhold Schalk: "Re: What is the counterpart of libpath in c#(.NET) as in Java?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading