C# 클래스 Microsoft.Scripting.Interpreter.OffsetInstruction

상속: Microsoft.Scripting.Interpreter.Instruction
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_offset int

공개 메소드들

메소드 설명
Fixup ( int offset ) : Microsoft.Scripting.Interpreter.Instruction
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string
ToString ( ) : string

메소드 상세

Fixup() 공개 메소드

public Fixup ( int offset ) : Microsoft.Scripting.Interpreter.Instruction
offset int
리턴 Microsoft.Scripting.Interpreter.Instruction

ToDebugString() 공개 메소드

public ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string
instructionIndex int
cookie object
labelIndexer int>.Func
objects IList
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_offset 보호되어 있는 프로퍼티

protected int _offset
리턴 int