Uses of Interface
System.IServiceProvider

Packages that use IServiceProvider
Microsoft.Xna.Framework.Content   
Microsoft.Xna.Framework.GamerServices   
 

Uses of IServiceProvider in Microsoft.Xna.Framework.Content
 

Methods in Microsoft.Xna.Framework.Content that return IServiceProvider
 IServiceProvider ContentManager.getServiceProvider()
           
 

Constructors in Microsoft.Xna.Framework.Content with parameters of type IServiceProvider
ContentManager(IServiceProvider serviceProvider)
           
ContentManager(IServiceProvider serviceProvider, java.lang.String rootDirectory)
           
 

Uses of IServiceProvider in Microsoft.Xna.Framework.GamerServices
 

Methods in Microsoft.Xna.Framework.GamerServices with parameters of type IServiceProvider
static void GamerServicesDispatcher.Initialize(IServiceProvider serviceProvider)
          Initializes gamer services functionality for the game, automatically choosing the most appropriate gamer service type for the platform.