Open sandboxFocus

Class ManagedResourceIntroductionAspectConfiguration

Configuration of aspects of type ManagedResourceIntroductionAspect.

Inheritance
ManagedResourceIntroductionAspectConfiguration
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp.dll
Syntax
public sealed class ManagedResourceIntroductionAspectConfiguration : AspectConfiguration

Constructors

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.

Properties

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.

See Also