AgaHackTools.Memory.Module.this C# (CSharp) Метод

this() публичный Метод

Gets the specified function in the remote module.
public this ( string functionName ) : IProcessFunction
functionName string The name of the function.
Результат IProcessFunction
        public IProcessFunction this[string functionName] = > FindFunction(functionName);