S
Sujith Manuel
Hi all,
I have one .Net assembly (*.dll) written in C#. .Net framework provides one
intermediate language disassembler (ildasm.exe) through which you can see
all the internal details like classes, enumerations, etc... Is there any way
to hide these details for one particular assembly, basically I want to hide
some classes from the user.
Thanks in advance,
Sujith Manuel...
I have one .Net assembly (*.dll) written in C#. .Net framework provides one
intermediate language disassembler (ildasm.exe) through which you can see
all the internal details like classes, enumerations, etc... Is there any way
to hide these details for one particular assembly, basically I want to hide
some classes from the user.
Thanks in advance,
Sujith Manuel...