ViewStructure.ThresholdClass 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.
Gets the JNI class handle used by the .NET for Android binding runtime.
protected override IntPtr ThresholdClass { get; }
member this.ThresholdClass : nativeint
Property Value
nativeint
The JNI class handle used when the runtime dispatches virtual members.
Remarks
This binding infrastructure identifies the Java class used when the runtime dispatches virtual members. It is not intended for application use.