Hi ClearScript-Team,
i have a problem when using the DynamicHostObject with ClearScript.V8:
const comobject = COMObjectProvider.createCOMObject("Excel.Sheet");
comobject.Application.Workbooks.Open("C:\\temp\\Sample.xlsx");
The Open function call, invokes the TryGetMember function on the DynamicHostObject.
Is there any way that function calls invokes TryInvokeMember function on the DynamicHostObject directly?
(I think the problem is that every function on a object in js is a property which returns a delegate/function "object".)
Kind regards,
David
Hi ClearScript-Team,
i have a problem when using the DynamicHostObject with ClearScript.V8:
The
Openfunction call, invokes theTryGetMemberfunction on theDynamicHostObject.Is there any way that function calls invokes
TryInvokeMemberfunction on theDynamicHostObjectdirectly?(I think the problem is that every function on a object in js is a property which returns a delegate/function "object".)
Kind regards,
David