AgaHackTools.Example.Shared.CSGOData.GetInterface C# (CSharp) Method

GetInterface() public static method

public static GetInterface ( ISmartMemory _memory, string szModule ) : InternalDelegates.CreateInterfaceFn
_memory ISmartMemory
szModule string
return InternalDelegates.CreateInterfaceFn
        public static unsafe InternalDelegates.CreateInterfaceFn GetInterface(ISmartMemory _memory, string szModule)
        {
            var createInterface = _memory[szModule]["CreateInterface"];
            return createInterface.GetDelegate<InternalDelegates.CreateInterfaceFn>();
        }