ContentManager Constructor (IServiceProvider)

Initializes a new instance of ContentManager.

Syntax

'Declaration
Public Sub New ( _
         serviceProvider As IServiceProvider _
)
public ContentManager (
         IServiceProvider serviceProvider
)
public:
ContentManager(
         IServiceProvider serviceProvider
)

Parameters

Exceptions

Exception type Condition
ArgumentNullException The serviceProvider parameter is null.

Remarks

Warning

When creating a new ContentManager, if no instance of Game is otherwise required by the application, it is often better to create a new class that implements the IServiceProvider interface rather than creating an instance of Game just to create a new instance of GraphicsDeviceManager.

By default, the ContentManager searches for content in the directory where the executable is located.

Example

To create a ContentManager that uses Game.Services:

ContentManager contentManager = new ContentManager( Services );

Requirements

Namespace: Microsoft.Xna.Framework.Content

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

ContentManager Class
ContentManager Members
Microsoft.Xna.Framework.Content Namespace

Platforms

Windows Phone