Table of Contents

Method GetShellOutput

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

GetShellOutput(out string)

Gets the cached shell command output.

public bool GetShellOutput(out string output)

Parameters

output string

Returns

bool

A System.String if the output is available; otherwise, null.

Remarks

This returns the output from the most recent shell command execution.