Aracılığıyla paylaş


StackFrameExtensions.HasSource(StackFrame) Yöntem

Tanım

Belirtilen yığın çerçevesinin yürüttüğü kodu içeren dosyanın kullanılabilir olup olmadığını gösterir.

public:
[System::Runtime::CompilerServices::Extension]
 static bool HasSource(System::Diagnostics::StackFrame ^ stackFrame);
public static bool HasSource (this System.Diagnostics.StackFrame stackFrame);
static member HasSource : System.Diagnostics.StackFrame -> bool
<Extension()>
Public Function HasSource (stackFrame As StackFrame) As Boolean

Parametreler

stackFrame
StackFrame

Yığın çerçevesi.

Döndürülenler

true belirtilen yığın çerçevesinin yürüttüğü kod varsa; aksi takdirde , false.

Şunlara uygulanır

Ayrıca bkz.