C# 클래스 Microsoft.Cci.MutableCodeModel.FillMemoryStatement

Represents the initblk IL instruction, which fills a block of memory with repeated copies of a given fill value.
상속: Statement, IFillMemoryStatement
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
Dispatch ( ICodeVisitor visitor ) : void

Calls the visitor.Visit(IFillMemoryStatement).

FillMemoryStatement ( ) : System

Represents the initblk IL instruction, which fills a block of memory with repeated copies of a given fill value.

FillMemoryStatement ( IFillMemoryStatement fillMemoryStatement ) : System

Makes a shallow copy of a statement that represents initblk IL instruction, which fills a block of memory with repeated copies of a given fill value.

메소드 상세

Dispatch() 공개 메소드

Calls the visitor.Visit(IFillMemoryStatement).
public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
리턴 void

FillMemoryStatement() 공개 메소드

Represents the initblk IL instruction, which fills a block of memory with repeated copies of a given fill value.
public FillMemoryStatement ( ) : System
리턴 System

FillMemoryStatement() 공개 메소드

Makes a shallow copy of a statement that represents initblk IL instruction, which fills a block of memory with repeated copies of a given fill value.
public FillMemoryStatement ( IFillMemoryStatement fillMemoryStatement ) : System
fillMemoryStatement IFillMemoryStatement The IFillMemoryStatement instance to copy.
리턴 System