Click or drag to resize

ConfigManagerGetConfigPropertyT Method

Gets a platform specific configuration property that matches the specified interface type

Namespace:  ImmerseSDK.Config
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static T GetConfigProperty<T>()
where T : IConfigProperty

Type Parameters

T

Return Value

Type: T
A property object of the specified type or null if no object was found
See Also