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

RuntimeInitialize Method (GTimer)
Initializes the current aspect.
Syntax
'Declaration
 
<PostSharp.Aspects.Internals.RuntimeInitializeOptimizationAttribute(RuntimeInitializeOptimizations.Ignore)>
Public Sub RuntimeInitialize( _
   ByVal method As MethodBase _
) 
 

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