IJavaPeerable.SetPeerReference(JniObjectReference) Method

Definition

Set the value returned by PeerReference.

public void SetPeerReference (Java.Interop.JniObjectReference reference);
abstract member SetPeerReference : Java.Interop.JniObjectReference -> unit

Parameters

reference
JniObjectReference

A JniObjectReference which contains the value that future invocations of the PeerReference property should return.

Remarks

The SetPeerReference method is invoked to alter the value returned by future access to the property.

Applies to

See also