PostSharpAPI ReferencePost­Sharp.​AspectsMethod­Interception­AspectSemantically­Advised­Method­Kinds
Open sandboxFocus

MethodInterceptionAspect.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
protected SemanticallyAdvisedMethodKinds SemanticallyAdvisedMethodKinds { get; set; }
Property Value
Type Description
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.