PostSharpAPI ReferencePost­Sharp.​Aspects.​ConfigurationManaged­Resource­Introduction­Aspect­Configuration
Open sandboxFocus

ManagedResourceIntroductionAspectConfiguration Class

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