ContentTypeWriter.Write Method (ContentWriter, T)

Switch View :
ScriptFree
XNA Game Studio 4.0 Refresh
ContentTypeWriter.Write Method (ContentWriter, T)
Bb976084.note(en-us,XNAGameStudio.41).gifNote
This method is available only when developing for Windows.
Compiles a strongly typed object into binary format.

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

Syntax

C#
protected internal abstract void Write (
         ContentWriter output,
         T value
)

Parameters

output
Type: ContentWriter
The content writer serializing the value.
value
Type: T
The value to write.
See Also

Reference

Platforms

Windows 7, Windows Vista, Windows XP