PostSharpAPI ReferencePost­Sharp.​Aspects.​ConfigurationMethod­Interception­Aspect­ConfigurationSemantically­Advised­Method­Kinds
Open sandboxFocus

MethodInterceptionAspectConfiguration.SemanticallyAdvisedMethodKinds Property

SemanticallyAdvisedMethodKinds

Determines which target methods will be advised semantically. This affects the behavior of the aspect when it's applied to iterator or async methods, which are compiled into state machines.

Declaration
public Nullable<SemanticallyAdvisedMethodKinds> SemanticallyAdvisedMethodKinds { get; set; }
Property Value
Type Description
Nullable<SemanticallyAdvisedMethodKinds>
Remarks

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.