IJavaPeerable.JniIdentityHashCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>