JavaPeerableExtensions.GetJniTypeName(IJavaPeerable) 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.
Gets the JNI name of the type of the instance self
.
public static string? GetJniTypeName (this Java.Interop.IJavaPeerable self);
static member GetJniTypeName : Java.Interop.IJavaPeerable -> string
Parameters
- self
- IJavaPeerable
The IJavaPeerable instance to get the JNI type name of.
Returns
Remarks
The JNI type name is the name of the Java type, as it would be used in Java Native Interface (JNI) API calls. For example, instead of the Java name java.lang.Object
, the JNI name is java/lang/Object
.