ManagedResourceIntroductionAspectConfiguration Class |
PostSharp.Aspects.Configuration.AspectConfiguration
PostSharp.Aspects.Configuration.ManagedResourceIntroductionAspectConfiguration
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public sealed class ManagedResourceIntroductionAspectConfiguration : AspectConfiguration
The ManagedResourceIntroductionAspectConfiguration type exposes the following members.
Name | Description | |
---|---|---|
ManagedResourceIntroductionAspectConfiguration(String, Byte[]) |
Initializes a new ManagedResourceIntroductionAspectConfiguration.
| |
ManagedResourceIntroductionAspectConfiguration(String, Func<Byte[]>) |
Initializes a new ManagedResourceIntroductionAspectConfiguration
by passing a delegate for late evaluation of the resource content.
|
Name | Description | |
---|---|---|
AspectPriority |
Gets or sets the aspect priority. Aspects with smaller priority are processed first. The default priority is zero.
(Inherited from AspectConfiguration.) | |
Data | Obsolete.
Gets the content of the managed resource.
| |
DataProvider |
Gets a delegate that provides content of the managed resource.
| |
Dependencies |
Gets or sets the collection of dependencies.
(Inherited from AspectConfiguration.) | |
Name |
Gets the name of the managed resource.
| |
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.) |