MethodLevelAspect.RuntimeInitialize Method |
Initializes the current aspect.
Namespace: PostSharp.AspectsAssembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public virtual void RuntimeInitialize( MethodBase method )
Parameters
- method
- Type: System.Reflection.MethodBase
Method to which the current aspect is applied.
Implements
IMethodLevelAspect.RuntimeInitialize(MethodBase)