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

CompileTimeInitialize Method (GTimer)
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. 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 _
) 
 

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