C# Class Weaver.Util.FastInvoke

Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Méthode Description
GetMethodInvoker ( MethodInfo methodInfo ) : FastInvokeHandler

Private Methods

Méthode Description
EmitBoxIfNeeded ( ILGenerator il, System type ) : void
EmitCastToReference ( ILGenerator il, System type ) : void
EmitFastInt ( ILGenerator il, int value ) : void

Method Details

GetMethodInvoker() public static méthode

public static GetMethodInvoker ( MethodInfo methodInfo ) : FastInvokeHandler
methodInfo System.Reflection.MethodInfo
Résultat FastInvokeHandler