Пример #1
0
 public FunctionPointer(MethodBase method, params Type[] optionalParameterTypes) : this(method.MethodHandle.GetFunctionPointer(), new FunctionPointerType(MethodSignature.FromMethod(method, optionalParameterTypes)))
 {
 }