MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​AspectsManaged­Resource­Introduction­Aspect
Open sandboxFocus

ManagedResourceIntroductionAspect Class

Not implemented in Metalama.

Inheritance
ManagedResourceIntroductionAspect
Namespace: PostSharp.Aspects
Assembly: Metalama.Migration.dll
Syntax
public sealed class ManagedResourceIntroductionAspect : Object, IManagedResourceIntroductionAspect, IAspect, IAspectBuildSemantics, IValidableAnnotation

Constructors

Name Description
ManagedResourceIntroductionAspect(String, Byte[])
ManagedResourceIntroductionAspect(String, Func<Byte[]>)

Properties

Name Description
Data
DataProvider
Name

Explicit Interface Implementations

Name Description
IAspectBuildSemantics.GetAspectConfiguration(Object)
IValidableAnnotation.CompileTimeValidate(Object)

In Metalama, validation is done in BuildEligibility(IEligibilityBuilder<T>) and BuildAspect(IAspectBuilder<T>). The equivalent of returning false is to call SkipAspect().