C# 클래스 System.Linq.Expressions.Interpreter.Instruction

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetDebugCookie ( LightCompiler compiler ) : object
Run ( InterpretedFrame frame ) : int
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IReadOnlyList objects ) : string
ToString ( ) : string

보호된 메소드들

메소드 설명
NullCheck ( object o ) : void

메소드 상세

GetDebugCookie() 공개 메소드

public GetDebugCookie ( LightCompiler compiler ) : object
compiler LightCompiler
리턴 object

NullCheck() 보호된 정적인 메소드

protected static NullCheck ( object o ) : void
o object
리턴 void

Run() 공개 추상적인 메소드

public abstract Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
리턴 int

ToDebugString() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string