StackFrameExtensions.HasSource(StackFrame) Methode

Definitie

Geeft aan of het bestand dat de code bevat die door het opgegeven stackframe wordt uitgevoerd, beschikbaar is.

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

Parameters

stackFrame
StackFrame

Een stapelframe.

Retouren

true als de code die het opgegeven stackframe uitvoert beschikbaar is; anders, false.

Van toepassing op

Zie ook