IJavaPeerable.SetJniIdentityHashCode(Int32) Method
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.
Set the value returned by JniIdentityHashCode
.
public void SetJniIdentityHashCode (int value);
abstract member SetJniIdentityHashCode : int -> unit
Parameters
- value
- Int32
A Int32 which contains the value that future invocations of the JniIdentityHashCode property should return.
Remarks
The SetJniIdentityHashCode
method is invoked to alter the value returned by future access to the property.