MethodInterceptionAspectConfiguration.SemanticallyAdvisedMethodKinds Property |
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public Nullable<SemanticallyAdvisedMethodKinds> SemanticallyAdvisedMethodKinds { get; set; }
Property Value
Type: Nullable<SemanticallyAdvisedMethodKinds>Semantic advising results in an aspect that is consistent with the level of abstraction of the programming language. This is the default behavior. You can disable semantic advising using this property to be consistent with the level of abstraction of MSIL and for backward-compatibility with the versions of PostSharp prior to 3.1.