Protecting class

P

Peter Schmitz

Hi everyone,

I currently need to write a solution that consists of three parts: the main
application, a utility class library (*.dll) and a third application (which
is written by some third-party developers).
Now, the utility DLL contains some functions I want to be accessible for
anyone who likes to reference this library in his/her own projects. However,
there are some functions that shall only be accessible for my main
application (and not for the third-party application). Is there any way to
achieve such a thing?

Best wishes,

Peter
 
M

Michel Posseth [MCP]

Peter Schmitz said:
Hi everyone,

I currently need to write a solution that consists of three parts: the
main
application, a utility class library (*.dll) and a third application
(which
is written by some third-party developers).
Now, the utility DLL contains some functions I want to be accessible for
anyone who likes to reference this library in his/her own projects.
However,
there are some functions that shall only be accessible for my main
application (and not for the third-party application). Is there any way to
achieve such a thing?

Best wishes,

Peter


Why do you ignore my reply , to your question ?

If you would have expected a different kind of answer the most kind of you
would be to rephrase the question or provide some extra / different
information
with the behavior you just showed me i guess you will find verry few people
who are willing to help

regards

Michel Posseth [MCP]
Http://www.VBDotNetCoder.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top