AspectRuntimeInstanceField Properties |
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.
|