ManagedResourceIntroductionAspect Class |
Aspect that, when applied to an assembly, adds a custom attribute to this assembly.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public sealed class ManagedResourceIntroductionAspect : IManagedResourceIntroductionAspect, IAspect, IAspectBuildSemantics, IValidableAnnotation
The ManagedResourceIntroductionAspect type exposes the following members.
Name | Description | |
---|---|---|
ManagedResourceIntroductionAspect(String, Byte[]) |
Initializes a new ManagedResourceIntroductionAspect by passing the data as a byte array.
| |
ManagedResourceIntroductionAspect(String, Func<Byte[]>) |
Initializes a new ManagedResourceIntroductionAspect by passing a delegate for late evaluation of
the resource content.
|
Name | Description | |
---|---|---|
Data |
Gets the content of the managed resource.
| |
DataProvider |
Gets a delegate that provides content of the managed resource.
| |
Name |
Gets the name of the managed resource.
|