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

In This Topic
    RuntimeInitialize Method (GField)
    In This Topic
    Initializes the current aspect. Initializes the current aspect.
    Syntax
    'Declaration
     
    
    <DebuggerHiddenAttribute()>
    Public Overrides Sub RuntimeInitialize( _
       ByVal locationInfo As PostSharp.Reflection.LocationInfo _
    ) 
    [DebuggerHidden()]
    public override void RuntimeInitialize( 
       PostSharp.Reflection.LocationInfo locationInfo
    )

    Parameters

    locationInfo
    Location to which the current aspect is applied.Location to which the current aspect is applied.
    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 RuntimeInitialize