C# 클래스 Extemory.DelegateExtensions

파일 보기 프로젝트 열기: jeffora/extemory

공개 메소드들

메소드 설명
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