Click or drag to resize

NativeProxyGetDiagnostics Method

Gets internal diagnostics.

Namespace:  ShellBoost.Core.Client
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyDictionary<string, Object> GetDiagnostics()

Return Value

Type: IReadOnlyDictionaryString, Object
A dictionary containing diagnostics information.
See Also