C# Class AgaHackTools.Main.Memory.MemoryUtilities

Show file Open project: aganonki/HackTools

Public Methods

Method Description
GetFunctionPointer ( this @delegate ) : IntPtr
ToIntPtr ( this address ) : IntPtr

Method Details

GetFunctionPointer() public static method

public static GetFunctionPointer ( this @delegate ) : IntPtr
@delegate this
return System.IntPtr

ToIntPtr() public static method

public static ToIntPtr ( this address ) : IntPtr
address this
return System.IntPtr