Class SetReturnValueCommandSettings
Changes return value in top frame. Available only at return break position.
public sealed class SetReturnValueCommandSettings : ICommand
- Inheritance
-
SetReturnValueCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
NewValue
New return value.
[JsonPropertyName("newValue")]
public CallArgument NewValue { get; set; }