How to hide unmanaged members in a mixed-mode dll ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've read it somewhere already but can't find the post anymore.

In a mixed-mode wrapper, there is a special compiler or linker switch to
hide unmanaged symbols and namespaces (such as std etc) from the assembly, so
it's not visible for the end-user nor for through tools like reflector.

Does anyone know this flag ?

regards
 
Back
Top