IDynamicallyAdvisable Interface |
Defines the semantics of an object that accepts dynamic advices.
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.4.11.0 (6.4.11.0)

C#
public interface IDynamicallyAdvisable : IQueryInterface
The IDynamicallyAdvisable type exposes the following members.

Name | Description | |
---|---|---|
![]() | Advise |
Adds an advice to the object.
|
![]() | QueryAdvice<T> |
Queries an interface implemented by a dynamic advice.
|
![]() | QueryInterface<T> |
Gets the implementation of a specified interface for the current object.
(Inherited from IQueryInterface.) |
![]() | Unadvise |
Removes an advice from the object.
|
