예제 #1
0
 public MethodDesc GetCalliStub(MethodSignature signature)
 {
     return(_interopStateManager.GetPInvokeCalliStub(signature));
 }
예제 #2
0
 public MethodDesc GetCalliStub(MethodSignature signature, ModuleDesc moduleContext)
 {
     return(_interopStateManager.GetPInvokeCalliStub(signature, moduleContext));
 }