Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GField Class / CompileTimeInitialize Method
Location to which the current aspect is applied
Reserved for future usage.

In This Topic
    CompileTimeInitialize Method (GField)
    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. Initializes the current object.
    Syntax
    'Declaration
     
    
    Public Overrides Sub CompileTimeInitialize( _
       ByVal targetLocation As PostSharp.Reflection.LocationInfo, _
       ByVal aspectInfo As PostSharp.Aspects.AspectInfo _
    ) 
    public override void CompileTimeInitialize( 
       PostSharp.Reflection.LocationInfo targetLocation,
       PostSharp.Aspects.AspectInfo aspectInfo
    )

    Parameters

    targetLocation
    Location to which the current aspect is applied
    aspectInfo
    Reserved for future usage.
    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

    Reference

    GField Class
    GField Members
    Base Implementation in CompileTimeInitialize