Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the ContentReader type.
Public Properties
Name | Description | |
---|---|---|
![]() |
AssetName | Gets the name of the asset currently being read by this ContentReader. |
![]() |
BaseStream | (Inherited from BinaryReader.) |
![]() |
ContentManager | Gets the ContentManager associated with the ContentReader. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Close | (Inherited from BinaryReader.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
PeekChar | (Inherited from BinaryReader.) |
![]() |
Read | (Inherited from BinaryReader.) |
![]() |
ReadBoolean | (Inherited from BinaryReader.) |
![]() |
ReadByte | (Inherited from BinaryReader.) |
![]() |
ReadBytes | (Inherited from BinaryReader.) |
![]() |
ReadChar | (Inherited from BinaryReader.) |
![]() |
ReadChars | (Inherited from BinaryReader.) |
![]() |
ReadDecimal | (Inherited from BinaryReader.) |
![]() |
ReadDouble | (Inherited from BinaryReader.) |
![]() |
ReadExternalReference | Reads a link to an external file. |
![]() |
ReadInt16 | (Inherited from BinaryReader.) |
![]() |
ReadInt32 | (Inherited from BinaryReader.) |
![]() |
ReadInt64 | (Inherited from BinaryReader.) |
![]() |
ReadMatrix | Reads a Matrix value from the currently open stream. |
![]() |
ReadObject | Overloaded. Reads a single managed object from the current stream. Can be called recursively. |
![]() |
ReadQuaternion | Reads a Quaternion value from the current stream. |
![]() |
ReadRawObject | Overloaded. Reads a single managed object from the current stream as an instance of the specified type. If a base class of the actual object type is specified only data from the base type will be read. |
![]() |
ReadSByte | (Inherited from BinaryReader.) |
![]() |
ReadSharedResource | Reads a shared resource ID, and records it for subsequent fix-up. |
![]() |
ReadSingle | (Inherited from BinaryReader.) |
![]() |
ReadString | (Inherited from BinaryReader.) |
![]() |
ReadUInt16 | (Inherited from BinaryReader.) |
![]() |
ReadUInt32 | (Inherited from BinaryReader.) |
![]() |
ReadUInt64 | (Inherited from BinaryReader.) |
![]() |
ReadVector2 | Reads a Vector2 value from the current stream. |
![]() |
ReadVector3 | Reads a Vector3 value from the current stream. |
![]() |
ReadVector4 | Reads a Vector4 value from the current stream. |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose | (Inherited from BinaryReader.) |
![]() |
FillBuffer | (Inherited from BinaryReader.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
ContentReader Class
Microsoft.Xna.Framework.Content Namespace