The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SuppressIldasmAttribute Constructor ()
.NET Framework (current version)
Initializes a new instance of the SuppressIldasmAttribute class.
Assembly: mscorlib (in mscorlib.dll)
Apply the SuppressIldasmAttribute attribute to an assembly or module to prevent the assembly or module from being disassembled using the Ildasm.exe (IL Disassembler).
The following code example demonstrates how to apply the SuppressIldasmAttribute attribute to an assembly.
.NET Framework
Available since 2.0
Available since 2.0
Show: