Table of Contents

Struct ContentStats

Namespace
Microsoft.Xna.Framework.Content.Pipeline
Assembly
MonoGame.Framework.Content.Pipeline.dll

Content building statistics for a single source content file.

public struct ContentStats
Inherited Members

Fields

BuildSeconds

The content build time in seconds.

public float BuildSeconds

Field Value

float

ContentType

The content type name.

public string ContentType

Field Value

string

DestFile

The absolute path to the destination content file.

public string DestFile

Field Value

string

DestFileSize

The destination file size in bytes.

public long DestFileSize

Field Value

long

ProcessorType

The content processor type name.

public string ProcessorType

Field Value

string

SourceFile

The absolute path to the source content file.

public string SourceFile

Field Value

string

SourceFileSize

The source file size in bytes.

public long SourceFileSize

Field Value

long