JSReference.MakeStrong method
Changes a weak reference into a strong reference, if it is not already strong and the value is still available.
C#
public void MakeStrong()Exceptions
| exception | condition |
|---|---|
| ObjectDisposedException | The reference is disposed. |
See Also
- class JSReference
- namespace Microsoft.JavaScript.NodeApi