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

IDynamicAdvice.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
Type Identity { get; }
Property Value
Type Description
System.Type