DiagnosticsInformationSerialize Method |
Serializes to a string the diagnostics for a given assembly.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string Serialize(
Assembly assembly
)
Parameters
- assembly
- Type: System.ReflectionAssembly
The input assembly.
Return Value
Type:
StringA string representing all diagnostics.
See Also