PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms hiding names spaces & heirarchy.

Reply

hiding names spaces & heirarchy.

 
Thread Tools Rate Thread
Old 31-12-2007, 07:37 AM   #1
Ibrahim.
Guest
 
Posts: n/a
Default hiding names spaces & heirarchy.


Hello,

HOw can I hide namespaces & class heirarchy in object browser of VS2005, I
dont want to expose these namesspaces to the developer except the required
ones..

are there any settings i can do it programatically to achieve this?

Thanks.


  Reply With Quote
Old 31-12-2007, 01:14 PM   #2
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
Default Re: hiding names spaces & heirarchy.

"Ibrahim." <Ibrahim@discussions.microsoft.com> schrieb:
> HOw can I hide namespaces & class heirarchy in object browser of VS2005, I
> dont want to expose these namesspaces to the developer except the required
> ones..
>
> are there any settings i can do it programatically to achieve this?


You cannot hide namespaces, but you can prevent the client from using
classes defined in the DLL by marking them as 'Private', for example.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off