PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyIValue­Of­Expression
Open sandboxFocus

IValueOfExpression Interface

Expression that returns the value stored at an address. Equivalent to the C# keyword *.

Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IValueOfExpression : IUnaryExpression, IExpression, IMethodBodyElement

Properties

Name Description
Alignment

Gets the alignment of the value at the address.

IsVolatile

Determines whether if the location at the address is volatile, i.e. if it can be changed by a different thread than the current one.