public class in an exe assembly

G

Guest

Hi,
I know the usage of access modifier ‘public’ in DLL assemblies but I am a
bit puzzled that if let say I have a public class in an exe assembly then
what purpose access modifier ‘public’ will server. Related to the same thing
is it possible that we can expose exe assembly like DLL assembly.

Cheers
 
J

Jon Skeet [C# MVP]

njk786 said:
I know the usage of access modifier ?public? in DLL assemblies but I am a
bit puzzled that if let say I have a public class in an exe assembly then
what purpose access modifier ?public? will server. Related to the same thing
is it possible that we can expose exe assembly like DLL assembly.

Please see my response to your almost identical question yesterday.
 

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