MethodInterceptionAspectConfiguration Class |
PostSharp.Aspects.Configuration.AspectConfiguration
PostSharp.Aspects.Configuration.MethodInterceptionAspectConfiguration
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public sealed class MethodInterceptionAspectConfiguration : AspectConfiguration
The MethodInterceptionAspectConfiguration type exposes the following members.
Name | Description | |
---|---|---|
MethodInterceptionAspectConfiguration | Initializes a new instance of the MethodInterceptionAspectConfiguration class |
Name | Description | |
---|---|---|
AspectPriority |
Gets or sets the aspect priority. Aspects with smaller priority are processed first. The default priority is zero.
(Inherited from AspectConfiguration.) | |
Dependencies |
Gets or sets the collection of dependencies.
(Inherited from AspectConfiguration.) | |
SemanticallyAdvisedMethodKinds |
Determines which target methods will be advised semantically. This affects the behavior of the aspect when it's applied to
iterator or async methods, which are compiled into state machines.
| |
SerializerType |
Gets or sets the type of the serializer that will be used
to configure the current aspect.
(Inherited from AspectConfiguration.) | |
UnsupportedTargetAction |
Specifies the action to take when the aspect is applied to an unsupported target element.
(Inherited from AspectConfiguration.) |