AspectRuntimeInstanceField Class |
Encapsulates the field storing the runtime aspect instance.
Namespace: PostSharp.Sdk.AspectWeaver
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class AspectRuntimeInstanceField
The AspectRuntimeInstanceField type exposes the following members.
Name | Description | |
---|---|---|
InstanceField |
Gets the field containing the instance aspect instance, i.e. the aspect instance with instance scope.
This property is null if IsStatic is true.
| |
InstanceFieldCanonicalGenericInstance |
Gets the canonical generic instance of InstanceField.
| |
IsStatic |
Determines whether the aspect instance has static scope, and therefore does not have an InstanceField.
| |
PrototypeField |
Gets the field containing the prototype aspect instance, i.e. the aspect instance with static scope.
|
Name | Description | |
---|---|---|
EmitLoadField |
Emits instructions that load the value of the field, i.e. load the aspect instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |