Skip to content

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

exceptioncondition
ObjectDisposedExceptionThe reference is disposed.

See Also

Released under the MIT license