IDynamicallyAdvisable Interface |
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
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.
|