IInitBufferExpression Interface |
Expression equivalent to the initblk instruction.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public interface IInitBufferExpression : IExpression, IMethodBodyElement
The IInitBufferExpression type exposes the following members.
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.
| |
MethodBodyElementKind |
Gets the kind of syntax element.
(Inherited from IMethodBodyElement.) | |
ParentElement |
Gets the parent element in the tree.
(Inherited from IMethodBodyElement.) | |
ParentMethodBody |
Gets the parent method body.
(Inherited from IMethodBodyElement.) | |
ReturnType |
Gets the type of the return value of the current expression,
or Void if the expression does not return anything (i.e. for pure instructions, for instance a goto
or throw instruction).
(Inherited from IExpression.) |
This expression type has no equivalent in C#.