A new invoke method overload should be added in ObjectInvoker that takes in a GUID argument (or otherwise) instead of the string member name to locate the exact member intended to be invoked.
This is specially useful in scenarios where the existing members to invoke are already known and hence there is no need to search for the member by name.
A new invoke method overload should be added in
ObjectInvokerthat takes in aGUIDargument (or otherwise) instead of the string member name to locate the exact member intended to be invoked.This is specially useful in scenarios where the existing members to invoke are already known and hence there is no need to search for the member by name.