IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
JNINativeMethod.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices;
2
3
namespace
IKVM.Runtime.JNI
4
{
5
6
[StructLayout(LayoutKind.Sequential)]
7
unsafe
struct
JNINativeMethod
8
{
9
10
public
byte
*
name
;
11
public
byte
*
signature
;
12
void
*
fnPtr
;
13
14
}
15
16
}
IKVM.Runtime.JNI
Definition
JavaVM.cs:31
IKVM.Runtime.JNI.JNINativeMethod
Definition
JNINativeMethod.cs:8
IKVM.Runtime.JNI.JNINativeMethod.signature
byte * signature
Definition
JNINativeMethod.cs:11
IKVM.Runtime.JNI.JNINativeMethod.fnPtr
void * fnPtr
Definition
JNINativeMethod.cs:12
IKVM.Runtime.JNI.JNINativeMethod.name
byte * name
Definition
JNINativeMethod.cs:10
src
IKVM.Runtime
JNI
JNINativeMethod.cs
Generated by
1.12.0