Click or drag to resize

DiagnosticsInformation Constructor

Initializes a new instance of the DiagnosticsInformation class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DiagnosticsInformation(
	Assembly assembly
)

Parameters

assembly
Type: System.ReflectionAssembly
The assembly. If null, the executing assembly will be used.
See Also