PrePrepareMethodAttribute Class
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
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 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.