RuntimeHelpers.TryEnsureSufficientExecutionStack メソッド

定義

平均.NET関数を実行するのに十分なスタックがあることを確認します。

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

返品

true 十分なスタックが存在する場合;それ以外の場合は false

適用対象