AgaHackTools.Main.Memory.MemoryUtilities.GetFunctionPointer C# (CSharp) Method

GetFunctionPointer() public static method

public static GetFunctionPointer ( this @delegate ) : IntPtr
@delegate this
return System.IntPtr
        public static IntPtr GetFunctionPointer(this Delegate @delegate)
        {
            return Marshal.GetFunctionPointerForDelegate(@delegate);
        }