June 2003
Intermediate to advanced
714 pages
22h 8m
English
UnverifiableCodeAttribute
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.
System.Object
→
System.Attribute
→
UnverifiableCodeAttribute
Module