Question about namespaces in VB.NET

Discussion in 'Visual Basic ( VB )' started by tailhook123, Aug 21, 2007.

  1. tailhook123

    tailhook123 New Member

    Joined:
    May 23, 2007
    Messages:
    30
    Likes Received:
    0
    Trophy Points:
    0
    I've been reading about namespaces in VB.NET and had a question. I understand how they're implemented in code syntactically... but what i'm wondering is how you make a library out of them? Would it be proper to make a class library out of them(a .dll apparently.. second solution in creating a project) or is it implemented via a .lib? Is everything accessible if its a .DLL? I'm used to DLL's only exposing specific functions.

    What i'm looking to do is take a class, put it in a namespace, compile it to some type of library file, dump that file in my overall program directory, and then be able to access the class by calling out the namespace and simply using it as if it was part of the project itself. Basically like using the imports off of the .net framework.. but I want to do it with my own code.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice