Method | Description | |
---|---|---|
CopyMemoryStatement ( ) : System |
Represents the cpblk IL instruction, which copies a block of memory from one address to another. The behavior of this instruction is undefined if the source block overlaps the target block.
|
|
CopyMemoryStatement ( ICopyMemoryStatement copyMemoryStatement ) : System |
Makes a shallow copy of a statement that represents cpblk IL instruction, which copies a block of memory from one address to another.
|
|
Dispatch ( ICodeVisitor visitor ) : void |
Calls the visitor.Visit(ICopyMemoryStatement).
|
public CopyMemoryStatement ( ICopyMemoryStatement copyMemoryStatement ) : System | ||
copyMemoryStatement | ICopyMemoryStatement | |
return | System |
public Dispatch ( ICodeVisitor visitor ) : void | ||
visitor | ICodeVisitor | |
return | void |