ContentWriter Members
The following tables list the members exposed by the ContentWriter type.
Public Properties
Name | Description | |
---|---|---|
BaseStream | (Inherited from BinaryWriter.) | |
TargetPlatform | Gets the content build target platform. |
Public Methods
Name | Description | |
---|---|---|
Close | (Inherited from BinaryWriter.) | |
Equals | (Inherited from Object.) | |
Flush | (Inherited from BinaryWriter.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
Seek | (Inherited from BinaryWriter.) | |
ToString | (Inherited from Object.) | |
Write | Overloaded. Writes a value. | |
WriteExternalReference | Writes the name of an external file to the output binary. | |
WriteObject | Overloaded. Writes a single object preceded by a type identifier to the output binary. | |
WriteRawObject | Overloaded. Writes a single object to the output binary as an instance of the specified type. | |
WriteSharedResource | Adds a shared reference to the output binary and records the object to be serialized later. |
Protected Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from BinaryWriter.) | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Write7BitEncodedInt | (Inherited from BinaryWriter.) |
See Also
Reference
ContentWriter Class
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Compiler Namespace