Click or drag to resize

DiagnosticsInformationSerialize Method

Serializes to a string the diagnostics for a given assembly.

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

Parameters

assembly
Type: System.ReflectionAssembly
The input assembly.

Return Value

Type: String
A string representing all diagnostics.
See Also