LocationInterceptionAspectConfiguration Class |
Configuration of aspects of type ILocationLevelAspect.
System.Object
PostSharp.Aspects.Configuration.AspectConfiguration
PostSharp.Aspects.Configuration.LocationInterceptionAspectConfiguration
PostSharp.Aspects.Configuration.AspectConfiguration
PostSharp.Aspects.Configuration.LocationInterceptionAspectConfiguration
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public sealed class LocationInterceptionAspectConfiguration : AspectConfiguration
The LocationInterceptionAspectConfiguration type exposes the following members.
Name | Description | |
---|---|---|
LocationInterceptionAspectConfiguration | Initializes a new instance of the LocationInterceptionAspectConfiguration 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.) | |
SerializerType |
Gets or sets the type of the serializer that will be used
to configure the current aspect.
(Inherited from AspectConfiguration.) |
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |