RuntimeHelpers.TryEnsureSufficientExecutionStack Método

Definição

Tenta garantir que existe stack suficiente para executar a função média .NET.

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

Devoluções

true se houver stack suficiente; caso contrário, false.

Aplica-se a