ContentStatsCollection Class (Microsoft.Xna.Framework.Content.Pipeline)

A collection of content building statistics for use in diagnosing content issues.
System.Object
   Microsoft.Xna.Framework.Content.Pipeline.ContentStatsCollection

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public class ContentStatsCollection

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The ContentStatsCollection type exposes the following members.

  Platforms Name Description
ContentStatsCollection  
Top
  Platforms Name Description
Extension  
Top
  Platforms Name Description
PreviousStats Optionally used for copying stats that were stored in another collection. 
Stats The internal content statistics dictionary. 
Top
  Platforms Name Description
CopyPreviousStats Copy content building stats to the current collection from the PreviousStats. 
MergePreviousStats Merge in statistics from PreviousStats that do not exist in this collection. 
Read Load the content statistics from a folder. 
RecordStats Store content building stats for a source file. 
Reset Clears all the content statistics. 
TryGetStats Get the content statistics for a source file and returns true if found. 
Write Write the content statistics to a folder with the .mgstats file name. 
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop