JSCallbackOverload.ParameterTypes property
Specifies the number of parameters and the .NET type that each JS argument will be converted to before invoking the callback.
C#
public Type[] ParameterTypes { get; }
See Also
- struct JSCallbackOverload
- namespace Microsoft.JavaScript.NodeApi.Interop