CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.17 seconds.

  1. Re: Passing namespace name in a console for project heading, possible?

    You don't really need to update the Id class namespace, but what you need to do (at the very least) is put a

    using SomeOtherNamespace; statement in the file where you are referencing the Id class....
  2. Re: Passing namespace name in a console for project heading, possible?

    You can do this with reflection. As a warning you have to be careful with using the stackframe index value. For you example 3 works well, but keep in mind that if you change the dept of how you...
  3. Re: Passing namespace name in a console for project heading, possible?

    Sure, do you know how to make a class? Do you know how to use Console.WriteLine?

    If so, post your code here and I'll show you how to modify it to automatically retrieve the namespace.

    Btw,...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured