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

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

공개 메소드들

메소드 설명
Invoke ( ) : object
InvokeInstance ( object instance ) : object
Run ( InterpretedFrame frame ) : int

비공개 메소드들

메소드 설명
GetNonStaticArgs ( object args ) : object[]
InvokeWorker ( ) : object
MethodInfoCallInstruction ( MethodInfo target, int argumentCount ) : System

메소드 상세

Invoke() 공개 메소드

public Invoke ( ) : object
리턴 object

InvokeInstance() 공개 메소드

public InvokeInstance ( object instance ) : object
instance object
리턴 object

Run() 공개 최종 메소드

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