C# 클래스 Evaluator.Hack

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

공개 메소드들

메소드 설명
GetMethodInvoker ( MethodInfo methodInfo ) : FastInvokeHandler

비공개 메소드들

메소드 설명
EmitBoxIfNeeded ( ILGenerator il, System type ) : void
EmitCastToReference ( ILGenerator il, System type ) : void
EmitFastInt ( ILGenerator il, int value ) : void

메소드 상세

GetMethodInvoker() 공개 정적인 메소드

public static GetMethodInvoker ( MethodInfo methodInfo ) : FastInvokeHandler
methodInfo System.Reflection.MethodInfo
리턴 FastInvokeHandler