XnaResolver ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Platforms Resolver
    DeltaEngine.Platforms ApproveFirstFrameScreenshot
      DeltaEngine.Platforms AppRunner
        DeltaEngine.Platforms XnaResolver

Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.WindowsXna (in DeltaEngine.WindowsXna.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class XnaResolver : AppRunner

The XnaResolver type exposes the following members.

Constructors

  NameDescription
Public methodXnaResolver
Initializes a new instance of the XnaResolver class
Top
Methods

  NameDescription
Public methodDispose (Inherited from AppRunner.)
Protected methodExecuteTestCodeAndMakeScreenshotAfterFirstFrame (Inherited from ApproveFirstFrameScreenshot.)
Public methodOnContentReceived (Inherited from AppRunner.)
Public methodRegister(Type) (Inherited from Resolver.)
Public methodRegister T   (Inherited from Resolver.)
Protected methodRegisterCommonEngineSingletons (Inherited from AppRunner.)
Protected methodRegisterInstance
Registers an already created instance and overwrite all base classes and interfaces. For example if registering WpfHostedFormsWindow will force all Resolve Window calls to use it. View code on GitHub
(Inherited from Resolver.)
Protected methodRegisterMediaTypes (Overrides AppRunner RegisterMediaTypes .)
Protected methodRegisterPhysics (Overrides AppRunner RegisterPhysics .)
Public methodRegisterSingleton(Type) (Inherited from Resolver.)
Public methodRegisterSingleton T   (Inherited from Resolver.)
Public methodResolve BaseType  (Inherited from Resolver.)
Public methodRun
Instead of starting the game normally and blocking we will delay the initialization in XnaGame until the game class has been constructed and the graphics soundDevice is available.
(Overrides AppRunner Run .)
Top
Fields

  NameDescription
Protected fieldalreadyRegisteredTypes (Inherited from Resolver.)
Public fieldCodeAfterFirstFrame (Inherited from ApproveFirstFrameScreenshot.)
Protected fieldentities (Inherited from AppRunner.)
Protected fieldinstancesToDispose (Inherited from AppRunner.)
Protected fieldsettings (Inherited from AppRunner.)
Top
Properties

  NameDescription
Protected propertyIsAlreadyInitialized (Inherited from Resolver.)
Top
Events

  NameDescription
Protected eventContentIsReady (Inherited from AppRunner.)
Top
See Also