JuggerNET Runtime Library

GenericCallback Delegate

The callback used for Java classes that have to call into .NET within the context of a .NET process.

[Serializable]
public delegate int GenericCallback(
   out int result_type,
   out jvalue result,
   IntPtr param
);

Requirements

Namespace: Codemesh.JuggerNET

Assembly: netrt (in netrt.dll)

See Also

Codemesh.JuggerNET Namespace