Microsoft.R.StackTracing.RStackFrameExtensions.DescribeEnvironmentAsync C# (CSharp) Méthode

DescribeEnvironmentAsync() public static méthode

Same as DescribeEnvironmentAsync(IRStackFrame, REvaluationResultProperties, CancellationToken), but the only properties that are fetched are those that are necessary to invoke REvaluationResultInfoExtensions.DescribeChildrenAsync on the returned value.
public static DescribeEnvironmentAsync ( this frame, CancellationToken cancellationToken = default(CancellationToken) ) : Task
frame this
cancellationToken System.Threading.CancellationToken
Résultat Task
        public static Task<IRValueInfo> DescribeEnvironmentAsync(this IRStackFrame frame, CancellationToken cancellationToken = default(CancellationToken)) =>
            frame.DescribeEnvironmentAsync(REvaluationResultProperties.None, cancellationToken);

Same methods

RStackFrameExtensions::DescribeEnvironmentAsync ( this frame, REvaluationResultProperties properties, CancellationToken cancellationToken = default(CancellationToken) ) : Task