You spent too much time staring at debuggers...

The
dllname.Function in debuggers, is a convention in order to show the module the function is located to, in order to make your life easier locating bugs.
When you program something, you are supposed to
know where the function you are about to call is located.
This is about as low as it can be: