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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_argumentCount int
_target System.Reflection.MethodInfo

공개 메소드들

메소드 설명
Run ( InterpretedFrame frame ) : int
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
MethodInfoCallInstruction ( MethodInfo target, int argumentCount ) : System.Collections.Generic

메소드 상세

GetArgs() 보호된 메소드

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

Run() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_argumentCount 보호되어 있는 프로퍼티

protected int _argumentCount
리턴 int

_target 보호되어 있는 프로퍼티

protected MethodInfo,System.Reflection _target
리턴 System.Reflection.MethodInfo