PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyICopy­Buffer­Expression
Open sandboxFocus

ICopyBufferExpression Interface

Expression equivalent to the cpblk instruction.

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

This expression type has no equivalent in C#.

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.