Skip to content

JSReference.MakeWeak method

Changes a strong reference into a weak reference, if it is not already weak.

C#
public void MakeWeak()

Exceptions

exceptioncondition
ObjectDisposedExceptionThe reference is disposed.

See Also

Released under the MIT license