Expression that represents a field.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IFieldExpression : IExpression, IMethodBodyElement
Properties
Name | Description |
---|---|
Alignment | Gets the field alignment. |
Field | Gets the field. |
Instance | Gets the object containing the field, or |
IsVolatile | Determine whether the field is can be written by a different thread than the current one. |