PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesOn­Instance­Location­Initialized­Advice
Open sandboxFocus

OnInstanceLocationInitializedAdvice Class

Custom attribute that, when applied on a method of an aspect class, specifies that this method is an advice having the same semantics as OnInstanceLocationInitialized(LocationInitializationArgs).

Inheritance
OnInstanceLocationInitializedAdvice
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
[RequiresLocationInterceptionAdviceAnalysis]
[RequiresDebuggerEnhancement]
public sealed class OnInstanceLocationInitializedAdvice : GroupingAdvice
Remarks

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.

Constructors

Name Description
OnInstanceLocationInitializedAdvice()

See Also