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

IValueOfExpression.IsVolatile Property

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.

Declaration
bool IsVolatile { get; }
Property Value
Type Description
Boolean