Summary
A common diagnostics command to attach multiple commands to.
- Assembly
- Rocket
.Surgery .Conventions .Diagnostics .dll - Namespace
- Rocket
.Surgery .Conventions .Diagnostics .Commands - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DiagnosticsCommand"]
class Type type-node
Syntax
public class DiagnosticsCommand
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
CommandAttribute |
Constructors
Name | Summary |
---|---|
DiagnosticsCommand |
Initializes a new instance of the DiagnosticsCommand class.
|
Methods
Name | Value | Summary |
---|---|---|
OnExecute |
int |
Called when [execute].
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|