IMethodLevelAspect.RuntimeInitialize Method |
Initializes the current aspect.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.4.11.0 (6.4.11.0)

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