NetCF Dlls

  • Thread starter Thread starter Felipe T.
  • Start date Start date
F

Felipe T.

Hi, in my 2 projects i have some shared DLLs,
i want these DLLs to be used only by these projects.

I could use a password and things like that, but well, the DLLs will ONLY be
used by these projects.
Im wondering if i put all the project Stuff in the same namespace and use
Friend classes, the classes would b available for all the namespace. But the
help says friend is for assembly, not for namespaces. I dont know any
Namespace-Scoped keyword.

Any help would b appreciated.
Thx
 
WHat you're after is code access security, which isn't available in the CF.
I'd say a password in the ctor is the simplest alternative.
 
Thx Chris.

Your answer brings me a question that also disturbs me in the full
framework:
There is any Namespace-Scope keyword???
 
Back
Top