These things do not exist in C#. You will have to embed that
information in your code somehow. When you compile your assemblies in debug
mode, the file information is included by default. As for the compilation
date, you are going to have to embed that yourself (through the use of an
attribute, perhaps).
you could do create a new StackTrace() object so you know in which file you
are.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.