PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
hiding names spaces & heirarchy.
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
hiding names spaces & heirarchy.
![]() |
hiding names spaces & heirarchy. |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
"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/> |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

