C# Class Evaluator.Hack

Mostrar archivo Open project: swax/SwarmNLP Class Usage Examples

Public Methods

Method Description
GetMethodInvoker ( MethodInfo methodInfo ) : FastInvokeHandler

Private Methods

Method Description
EmitBoxIfNeeded ( ILGenerator il, System type ) : void
EmitCastToReference ( ILGenerator il, System type ) : void
EmitFastInt ( ILGenerator il, int value ) : void

Method Details

GetMethodInvoker() public static method

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