SurfaceView.ThresholdClass Property

Definition

Gets the JNI class handle used by the .NET for Android binding runtime.

protected override IntPtr ThresholdClass { get; }
member this.ThresholdClass : nativeint

Property Value

IntPtr

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.

Applies to