System.Reflection.ObfuscateAssemblyAttribute Members

The members of System.Reflection.ObfuscateAssemblyAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Initializes a new instance of the System.Reflection.ObfuscateAssemblyAttribute class, specifying whether the assembly to be obfuscated is public or private.

Public Properties

[read-only]
AssemblyIsPrivatebool.

Gets a bool value indicating whether the assembly was marked private.

StripAfterObfuscationbool.

Gets or sets a bool value indicating whether the obfuscation tool should remove the attribute after processing.