Share via


IJavaPeerable.JniIdentityHashCode Property

Definition

Returns the value of java.lang.System.identityHashCode() for the wrapped instance.

public int JniIdentityHashCode { get; }
member this.JniIdentityHashCode : int

Property Value

Remarks

<block subset="none" type="usage"> This property will not throw a ObjectDisposedException after the instance has been disposed. </block> <block subset="none" type="overrides"> The JniIdentityHashCode property should return the value last passed to Java.Interop.IJavaPeerable.SetJniIdentityHashCode. </block>

Applies to

See also

  • <xref:Java.Interop.IJavaPeerable.SetJniIdentityHashCode>