Table of Contents

Method RunCopyValueCommand

Namespace
Alternet.Scripter.Debugger.UI.AlternetUI
Assembly
Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll

RunCopyValueCommand()

Copies the value of the currently selected result to the clipboard.

public virtual void RunCopyValueCommand()

Remarks

This method retrieves the value of the selected result, if it is of type ValueEvaluationResult and contains a non-empty string, and copies it to the system clipboard.