public sealed class UnverifiableCodeAttribute : Attribute { // Public Constructors public UnverifiableCodeAttribute( ); }
This attribute class identifies a module as containing unverifiable code. You should not use this attribute directly, as it is applied where necessary by the compiler.