MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​Aspects.​AdvicesIProperty
Open sandboxFocus

IProperty Interface

In PostSharp, this interface allowed the run-time code of the aspect to access a property in the target code. In Metalama, no run-time helper is required because the template directly generates run-time code. Use IProperty. or IProperty..Value to generate run-time code for any event.

Namespace: PostSharp.Aspects.Advices
Assembly: Metalama.Migration.dll
Syntax
public interface IProperty

Methods

Name Description
GetValue()
SetValue(Object)