Overload_Cyjb_Reflection_ILGeneratorUtil_EmitCall - CYJB/Cyjb GitHub Wiki

ILGeneratorUtil.EmitCall 方法

调用指定的方法。

重载列表

 

名称 说明
公共方法静态成员 EmitCall(ILGenerator, MethodInfo) 调用指定的方法(call)。
公共方法静态成员 EmitCall(ILGenerator, MethodInfo, Boolean) 调用指定的方法(call)。
公共方法静态成员 EmitCall(ILGenerator, MethodInfo, Type[]) 调用指定的方法(call)。
公共方法静态成员 EmitCall(ILGenerator, Type, MethodInfo) 调用指定的方法(自动决定 call/callvirt)。
公共方法静态成员 EmitCall(ILGenerator, MethodInfo, Boolean, Type[]) 调用指定的方法(call)。
公共方法静态成员 EmitCall(ILGenerator, Type, MethodInfo, Boolean) 调用指定的方法(自动决定 call/callvirt)。
公共方法静态成员 EmitCall(ILGenerator, Type, MethodInfo, Type[]) 调用指定的方法(自动决定 call/callvirt)。
公共方法静态成员 EmitCall(ILGenerator, Type, MethodInfo, Boolean, Type[]) 调用指定的方法(自动决定 call/callvirt)。
  Back to Top

参见

Reference

ILGeneratorUtil 类
Cyjb.Reflection 命名空间

⚠️ **GitHub.com Fallback** ⚠️