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