JSMarshaller.MakeInterfaceExpression method
Converts a lambda expression that takes a JSValue as the first parameter to a lambda expression that references the member value of a JSInterface and automatically switches to the JS thread.
C#
public LambdaExpression MakeInterfaceExpression(LambdaExpression methodExpression)
See Also
- class JSMarshaller
- namespace Microsoft.JavaScript.NodeApi.DotNetHost