Table of Contents

Class TitleContainer

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

Provides functionality for opening a stream in the title storage area.

public static class TitleContainer
Inheritance
TitleContainer
Inherited Members

Methods

OpenStream(string)

Returns an open stream to an existing file in the title storage area.

public static Stream OpenStream(string name)

Parameters

name string

The filepath relative to the title storage area.

Returns

Stream

A open stream or null if the file is not found.