OnMethodInvokeBaseAdvice.SemanticallyAdvisedMethodKinds Property |
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public SemanticallyAdvisedMethodKinds SemanticallyAdvisedMethodKinds { get; set; }
Property Value
Type: SemanticallyAdvisedMethodKindsSemantic 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.