pinCallback
Creates a pinned callback context from a delegate.
This is a convenience function for one-off callback registration.
Parameters
callback | The delegate to wrap |
Returns
Pointer to the callback context, suitable for passing to C functions
Creates a pinned callback context from a delegate.
This is a convenience function for one-off callback registration.
callback | The delegate to wrap |