PrePrepareMethodAttribute Class
.NET Framework 3.0
Instructs the native image generation service to prepare a method for inclusion in a constrained execution region (CER).
Namespace: System.Runtime.ConstrainedExecution
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Constructor Or AttributeTargets.Method, Inherited:=False)> _ Public NotInheritable Class PrePrepareMethodAttribute Inherits Attribute 'Usage Dim instance As PrePrepareMethodAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Constructor|AttributeTargets.Method, Inherited=false) */ public final class PrePrepareMethodAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Constructor|AttributeTargets.Method, Inherited=false) public final class PrePrepareMethodAttribute extends Attribute
Not applicable.
Apply the PrePrepareMethodAttribute attribute to a method or constructor to tell the native image generation service that the method (and its statically determinable call graph) is to be prepared for use in a CER. This attribute is useful if the method to which it is applied will be prepared explicitly at run time, and the author of the method knows this and wants to avoid the overhead of run-time preparation.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: