PostSharpAPI ReferencePost­Sharp.​Patterns.​Dynamic­AdvisingDynamic­AdviceIdentity
Open sandboxFocus

DynamicAdvice.Identity Property

Identity

Gets the type identity of the advice, which should correspond to the first parameter of the Advise(Type, Func<IQueryInterface, IDynamicAdvice>) method. This is typically the generic type definition of the advice

Declaration
public virtual Type Identity { get; }
Property Value
Type Description
System.Type
Implements
IDynamicAdvice.Identity