StackFrameExtensions.HasSource(StackFrame) Metodo

Definizione

Indica se il file che contiene il codice che è in esecuzione nello stack frame specificato è disponibile.

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

Parametri

stackFrame
StackFrame

Stack frame.

Restituisce

Boolean

true se il codice che è in esecuzione nello stack frame specificato è disponibile. In caso contrario, false.

Si applica a

Vedi anche