DiagnosticInvoker.IsSupported Property

Definition

Gets a Boolean value indicating if the diagnostics invoker is supported.

public:
 static property bool IsSupported { bool get(); };
static bool IsSupported();
public static bool IsSupported { get; }
var boolean = DiagnosticInvoker.isSupported;
Public Shared ReadOnly Property IsSupported As Boolean

Property Value

Boolean

bool

A Boolean value indicating if the diagnostics invoker is supported.

Applies to