Full filename of the plugin library

Hello all

I need to have the full filename of the plugin dll inside the code.
How to do this?
GetHostPath return v4p’s path.
GetNodePath returns the plugin node hierarchial path.
But I need exactly the path to .dll where the plugin is actually located.

Thanx in advance

System.Reflection.Assembly.GetExecutingAssembly().Location
maybe? returns the path of the dll

shit. it’s so simple.
Thank you, woei