C# Class Extemory.DelegateExtensions

Mostra file Open project: jeffora/extemory

Public Methods

Method Description
ToFunctionPointer ( this del ) : IntPtr

Shortcut method to convert a delegate to a native function pointer. Simple wrapper around Marshal.GetFunctionPointerForDelegate.

Method Details

ToFunctionPointer() public static method

Shortcut method to convert a delegate to a native function pointer. Simple wrapper around Marshal.GetFunctionPointerForDelegate.
public static ToFunctionPointer ( this del ) : IntPtr
del this Delegate to convert
return System.IntPtr