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

In This Topic
    RuntimeInitialize Method (GTimer)
    In This Topic
    Initializes the current aspect.
    Syntax
    'Declaration
     
    
    <PostSharp.Aspects.Internals.RuntimeInitializeOptimizationAttribute(RuntimeInitializeOptimizations.Ignore)>
    Public Sub RuntimeInitialize( _
       ByVal method As MethodBase _
    ) 
    [PostSharp.Aspects.Internals.RuntimeInitializeOptimization(RuntimeInitializeOptimizations.Ignore)]
    public void RuntimeInitialize( 
       MethodBase method
    )

    Parameters

    method
    Method 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