C# Class ToyBox.PlatformManager

Inheritance: Microsoft.Xna.Framework.GameComponent, IPlatformService, IDisposable
Show file Open project: jlyonsmith/ToyBox

Public Methods

Method Description
Initialize ( ) : void
PlatformManager ( Microsoft.Xna.Framework.Game game ) : Microsoft.Phone.Shell

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( ) : void
return void

PlatformManager() public method

public PlatformManager ( Microsoft.Xna.Framework.Game game ) : Microsoft.Phone.Shell
game Microsoft.Xna.Framework.Game
return Microsoft.Phone.Shell