Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GFeature Class / CompileTimeInitialize Method
Method to which the current aspect is applied

In This Topic
    CompileTimeInitialize Method (GFeature)
    In This Topic
    Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked before any other build-time method. PostSharp Infrastructure. The method stores values that will allow for faster run-time execution. PostSharp Infrastructure. This method pre-computes as much as possible at compile time to minimize runtime processing requirements.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub CompileTimeInitialize( _
       ByVal method As MethodBase, _
       ByVal info As PostSharp.Aspects.AspectInfo _
    ) 
    public override void CompileTimeInitialize( 
       MethodBase method,
       PostSharp.Aspects.AspectInfo info
    )

    Parameters

    method
    Method to which the current aspect is applied
    info
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also