PostSharp//API Reference/Post­Sharp.​Reflection.​Method­Body/ICopy­Buffer­Expression
Open sandboxFocus

Interface ICopyBufferExpression

Expression equivalent to the cpblk instruction.

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

Properties

Name Description
Alignment

Gets the alignment of source and destination buffers.

Destination

Gets the destination address.

IsVolatile

Determines whether the buffers can be modified from a different thread.

Length

Gets the number of bytes to be copied.

Source

Gets the source address.