Click or drag to resize

ServiceLocatorRegisterTransientForScene Method

Overload List
  NameDescription
Public methodStatic memberRegisterTransientForSceneT
Registers scene-specific a concrete transient type. A new instance of the given type will be returned each time it is resolved.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterTransientForSceneTAbstract, TConcrete
Registers a scene-specific concrete transient type to return new instances of when the abstract type TAbstract is resolved.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterTransientForSceneT(FuncT)
Registers a scene-specific concrete transient type to return new instances of when T is resolved. The specified resolver will be used for producing the instances.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterTransientForSceneTAbstract, TConcrete(FuncTConcrete)
Registers a scene-specific concrete transient type to return new instances of when the abstract type TAbstract is resolved. The specified resolver will be used for producing the instances.
Remarks
The resolver is registered for the active scene according to GetActiveScene.
Public methodStatic memberRegisterTransientForSceneT(Scene)
Registers scene-specific a concrete transient type. A new instance of the given type will be returned each time it is resolved.
Public methodStatic memberRegisterTransientForSceneTAbstract, TConcrete(Scene)
Registers a scene-specific concrete transient type to return new instances of when the abstract type TAbstract is resolved.
Public methodStatic memberRegisterTransientForSceneT(FuncT, Scene)
Registers a scene-specific concrete transient type to return new instances of when T is resolved. The specified resolver will be used for producing the instances.
Public methodStatic memberRegisterTransientForSceneTAbstract, TConcrete(FuncTConcrete, Scene)
Registers a scene-specific concrete transient type to return new instances of when the abstract type TAbstract is resolved. The specified resolver will be used for producing the instances.
Top
See Also