RuntimeHelpers.TryEnsureSufficientExecutionStack 方法

定义

尝试确保有足够的堆栈来执行平均 .NET 函数。

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

返回

如果存在足够的堆栈,则为 true;否则为 false

适用于