OnInstanceLocationInitializedAdvice Class |
System.Attribute
PostSharp.Aspects.Advices.Advice
PostSharp.Aspects.Advices.GroupingAdvice
PostSharp.Aspects.Advices.OnInstanceLocationInitializedAdvice
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.6.14.0 (6.6.14.0)
public sealed class OnInstanceLocationInitializedAdvice : GroupingAdvice
The OnInstanceLocationInitializedAdvice type exposes the following members.
Name | Description | |
---|---|---|
OnInstanceLocationInitializedAdvice | Initializes a new instance of the OnInstanceLocationInitializedAdvice class |
Name | Description | |
---|---|---|
Description |
A human-readable description of the current advice.
(Inherited from Advice.) | |
LinesOfCodeAvoided |
Reduction in the code lines count achieved by applying the advice instance to one code element.
(Inherited from Advice.) | |
Master |
Name of the master advice method. If this property is not set,
the current method is itself the master of the group. Only
master methods can define selectors (Pointcut)
and dependencies (AspectDependencyAttribute).
(Inherited from GroupingAdvice.) |
The method to which this custom attribute is applied must be public and must have the same signature as OnInstanceLocationInitialized(LocationInitializationArgs). However, it can be static.
Standalone advices or group masters should also be annotated by a custom attribute derived from Pointcut.