DiagnosticsCommand Class

Summary

A common diagnostics command to attach multiple commands to.
graph BT Type-->Base0["Object"] Type["DiagnosticsCommand"] class Type type-node

Syntax

public class DiagnosticsCommand

Attributes

Type Description
NullableContextAttribute
NullableAttribute
CommandAttribute

Constructors

Name Summary
DiagnosticsCommand(CommandLineApplication) Initializes a new instance of the DiagnosticsCommand class.

Methods

Name Value Summary
OnExecute() int
Called when [execute].

Extension Methods