Gets the file name containing the code being executed. This information is normally extracted from the debugging symbols for the executable.
[Visual Basic] Overridable Public Function GetFileName() As String [C#] public virtual string GetFileName(); [C++] public: virtual String* GetFileName(); [JScript] public function GetFileName() : String;
The file name or null if it cannot be determined.
This method is not yet implemented.
StackFrame Class | StackFrame Members | System.Diagnostics Namespace