Re: What is the counterpart of libpath in c#(.NET) as in Java?

From: Z D (nospam_at_nospam.com)
Date: 03/19/04

  • Next message: Z D: "Re: guidelines for namespaces"
    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.
    >
    >


  • Next message: Z D: "Re: guidelines for namespaces"

    Relevant Pages


    Loading