Expression equivalent to the initblk instruction.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IInitBufferExpression : IExpression, IMethodBodyElementRemarks
This expression type has no equivalent in C#.
Properties
| Name | Description |
|---|---|
| Alignment | Gets the alignment of the buffers. |
| Buffer | Gets the address of the buffer to be initialized. |
| IsVolatile | Determines whether the buffers can be modified from a different thread. |
| Length | Gets the number of bytes to be initialized. |