public class in an exe assembly

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
Back
Top