DebuggerUtils.ShouldAddCommandToHistory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper method to determine if command should be added to debugger history.
public:
static bool ShouldAddCommandToHistory(System::String ^ command);
public:
static bool ShouldAddCommandToHistory(Platform::String ^ command);
static bool ShouldAddCommandToHistory(std::wstring const & command);
public static bool ShouldAddCommandToHistory (string command);
static member ShouldAddCommandToHistory : string -> bool
Public Shared Function ShouldAddCommandToHistory (command As String) As Boolean
Parameters
- command
- String
Command string.
Returns
True if command can be added to history.