PostSharpAPI ReferencePost­Sharp.​Patterns.​Dynamic­AdvisingDynamic­Advising­Services
Open sandboxFocus

DynamicAdvisingServices Class

Provides methods to help with the use of dynamic advices.

Inheritance
DynamicAdvisingServices
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common.dll
Syntax
public static class DynamicAdvisingServices : Object

Methods

Name Description
QueryInterface<T>(Object, Boolean)

Gets the implementation of a specified interface for the specified object.

QueryObject(Object)

Gets the principal object of an advice.

See Also