System.Security.UnverifiableCodeAttribute Class

Marks modules containing unverifiable code. This class cannot be inherited.

See Also: UnverifiableCodeAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Module, AllowMultiple=true, Inherited=false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class UnverifiableCodeAttribute : Attribute

Remarks

This custom attribute is only for use by compilers and not intended to be used directly by application developers.

Modules containing unverifiable code should be marked with this attribute. This attribute carries no internal state. Its presence in the module metadata indicates that the module contains unverifiable code.

Requirements

Namespace: System.Security
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0