RuntimeHelpers.TryEnsureSufficientExecutionStack Methode

Definition

Es wird versucht, sicherzustellen, dass genügend Stapel vorhanden ist, um die durchschnittliche .NET-Funktion auszuführen.

public:
 static bool TryEnsureSufficientExecutionStack();
public static bool TryEnsureSufficientExecutionStack();
static member TryEnsureSufficientExecutionStack : unit -> bool
Public Shared Function TryEnsureSufficientExecutionStack () As Boolean

Gibt zurück

truewenn genügend Stapel vorhanden ist; andernfalls . false

Gilt für: