Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler Namespace

Note

This namespace is available only when developing for Windows.

Provides base classes that represent compilers and writers used by the XNA Framework Content Pipeline when processing specific game asset types.

Classes

Name Description
Public Class ContentCompiler Provides methods for writing compiled binary format.
Public Class ContentTypeWriter Provides a generic implementation of ContentTypeWriter methods and properties for compiling a specific managed type into a binary format.
Public Class ContentTypeWriter Provides methods and properties for compiling a specific managed type into a binary format.
Public Class ContentTypeWriterAttribute Identifies the components of a type writer.
Public Class ContentWriter Provides an implementation for many of the ContentCompiler methods including compilation, state tracking for shared resources and creation of the header type manifest.