RuntimeHelpers.TryEnsureSufficientExecutionStack 메서드

정의

평균 .NET 함수를 실행하기에 충분한 스택이 있는지 확인하려고 시도합니다.

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

반환

충분한 스택이 있는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상