C# Class Microsoft.Xna.Framework.TitleContainer

Mostra file Open project: procfxgen/MGShaderEditor Class Usage Examples

Private Properties

Property Type Description
GetFilename string
OpenStreamAsync Task
TitleContainer System

Public Methods

Method Description
OpenStream ( string name ) : Stream

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

Private Methods

Method Description
GetFilename ( string name ) : string
OpenStreamAsync ( string name ) : Task
TitleContainer ( ) : System

Method Details

OpenStream() public static method

Returns an open stream to an exsiting file in the title storage area.
public static OpenStream ( string name ) : Stream
name string The filepath relative to the title storage area.
return Stream