JSProxy.SetPrototypeOf delegate
C#
public delegate bool SetPrototypeOf(JSObject target, JSObject prototype);
See Also
- struct JSObject
- struct JSProxy
- namespace Microsoft.JavaScript.NodeApi