C# Class Extemory.DelegateExtensions

Afficher le fichier Open project: jeffora/extemory

Méthodes publiques

Méthode 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 méthode

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
Résultat System.IntPtr