ContentStats Structure (Microsoft.Xna.Framework.Content.Pipeline)

Content building statistics for a single source content file.

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi, Pack = -1, Size = -1)]
public struct ContentStats

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The ContentStats type exposes the following members.

  Platforms Name Description
BuildSeconds The content build time in seconds. 
ContentType The content type name. 
DestFile The absolute path to the destination content file. 
DestFileSize The destination file size in bytes. 
ProcessorType The content processor type name. 
SourceFile The absolute path to the source content file. 
SourceFileSize The source file size in bytes. 
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop