C# Класс Extemory.DelegateExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ToFunctionPointer ( this del ) : IntPtr

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

Описание методов

ToFunctionPointer() публичный статический Метод

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
Результат System.IntPtr