DebuggerUtils.ShouldAddCommandToHistory(String) Method

Definition

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.

Applies to