How to find path to .cs file by its type?
Prototype of function:
string FindPath(Type);
Returns something like "C:\Projects\.....\MyClass.cs"
That's not possible, there is no such relation. A class can be partial, so it can even come from several different source files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With