Expression equivalent to the cpblk instruction.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface ICopyBufferExpression : IExpression, IMethodBodyElementRemarks
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. |