JSObject.DefineProperties method (1 of 2)
C#
public void DefineProperties(IReadOnlyCollection<JSPropertyDescriptor> descriptors)See Also
- struct JSPropertyDescriptor
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi
JSObject.DefineProperties method (2 of 2)
C#
public void DefineProperties(params JSPropertyDescriptor[] descriptors)See Also
- struct JSPropertyDescriptor
- struct JSObject
- namespace Microsoft.JavaScript.NodeApi