| ConfigManager Class |
Provides access to concrete implementation configuration details through a set of components and interfaces that
extend ConfigComponent and IConfigProperty. This is done so that platform specific implementation can be defined outside of the SDK,
loaded and runtime and even overriden by SDK users.
Inheritance Hierarchy SystemObject
ImmerseSDK.ConfigConfigManager
Namespace:
ImmerseSDK.Config
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public static class ConfigManager
The ConfigManager type exposes the following members.
Constructors Methods
| Name | Description |
---|
| GetConfigPropertyT |
Gets a platform specific configuration property that matches the specified interface type
|
TopSee Also