How to find path to .cs file by its type?
Prototype of function:
string FindPath(Type);
Returns something like \"C:\\Projects\\.....\\M
That's not possible, there is no such relation. A class can be partial, so it can even come from several different source files.