SystemInfoGatherSystemInfo Method |
LightningChart .NET Help
Gathers system information.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void GatherSystemInfo(
bool gatherGCStats
)
Public Sub GatherSystemInfo (
gatherGCStats As Boolean
)
public:
void GatherSystemInfo(
bool gatherGCStats
)
Parameters
- gatherGCStats
- Type: SystemBoolean
Sets whether GC information is collected.
Collection is really slow, can take even seconds, so shouldn't be collected on exceptions!
See Also