Binarysharp.MemoryManagement.Modules.RemoteFunction.RemoteFunction C# (CSharp) Method

RemoteFunction() public method

public RemoteFunction ( MemorySharp memorySharp, IntPtr address, string functionName ) : System
memorySharp MemorySharp
address System.IntPtr
functionName string
return System
        public RemoteFunction(MemorySharp memorySharp, IntPtr address, string functionName)
            : base(memorySharp, address)
        {
            // Save the parameter
            Name = functionName;
        }