Click or drag to resize

NativeProxyGetDiagnostics Method

Gets internal diagnostics.

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

Return Value

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