AgaHackTools.Main.Memory.MemoryUtilities.GetFunctionPointer C# (CSharp) Метод

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

public static GetFunctionPointer ( this @delegate ) : IntPtr
@delegate this
Результат System.IntPtr
        public static IntPtr GetFunctionPointer(this Delegate @delegate)
        {
            return Marshal.GetFunctionPointerForDelegate(@delegate);
        }