AggregatableClientAttribute.CompileTimeInitialize Method |
Method invoked at build time to initialize the instance fields of the current aspect. This method is invoked
before any other build-time method.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.4.3.0 (6.4.3.0)

C#
public override void CompileTimeInitialize( Type type, AspectInfo aspectInfo )
Parameters
- type
- Type: System.Type
Type to which the current aspect is applied - aspectInfo
- Type: PostSharp.Aspects.AspectInfo
Reserved for future usage.
Implements
ITypeLevelAspectBuildSemantics.CompileTimeInitialize(Type, AspectInfo)