ExtendedMethodSemantics Class |
Extends the MethodSemantics with values supported by the aspect infrastructure
but that do not exist in the CIL specification, and therefore do not belong to the
layer where MethodSemantics is defined.
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static class ExtendedMethodSemantics
The ExtendedMethodSemantics type exposes the following members.
Name | Description | |
---|---|---|
IsExtended |
Determines whether a MethodSemantics value represents
an extended semantic defined in the ExtendedMethodSemantics class.
|
Name | Description | |
---|---|---|
All |
All semantics.
| |
OnInstanceInitialized |
After initialization of property or field.
|