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

상속: Instruction
파일 보기 프로젝트 열기: dotnet/corefx

보호된 프로퍼티들

프로퍼티 타입 설명
_argumentCount int
_constructor System.Reflection.ConstructorInfo

공개 메소드들

메소드 설명
NewInstruction ( ConstructorInfo constructor, int argumentCount ) : System.Diagnostics
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
GetArgs ( InterpretedFrame frame, int first ) : object[]

메소드 상세

GetArgs() 보호된 메소드

protected GetArgs ( InterpretedFrame frame, int first ) : object[]
frame InterpretedFrame
first int
리턴 object[]

NewInstruction() 공개 메소드

public NewInstruction ( ConstructorInfo constructor, int argumentCount ) : System.Diagnostics
constructor System.Reflection.ConstructorInfo
argumentCount int
리턴 System.Diagnostics

Run() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_argumentCount 보호되어 있는 프로퍼티

protected int _argumentCount
리턴 int

_constructor 보호되어 있는 프로퍼티

protected ConstructorInfo,System.Reflection _constructor
리턴 System.Reflection.ConstructorInfo