NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StackFrame.GetFileName

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;

Return Value

The file name or null if it cannot be determined.

Remarks

This method is not yet implemented.

See Also

StackFrame Class | StackFrame Members | System.Diagnostics Namespace