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

C#
public virtual void RuntimeInitialize( Type type )
Parameters
- type
- Type: System.Type
Type to which the current aspect is applied.
Implements
ITypeLevelAspect.RuntimeInitialize(Type)