C# Class IKVM.Runtime.JNIEnv.JNINativeMethod

Show file Open project: samskivert/ikvm-monotouch

Public Properties

Property Type Description
fnPtr void*
name byte*
signature byte*

Property Details

fnPtr public property

public void* fnPtr
return void*

name public property

public byte* name
return byte*

signature public property

public byte* signature
return byte*