BaseConfigManagerR_getConfigObject Method |
Return a config value as an uncast object.
Used by R. Not recommended for use outside of R.
Namespace:
Kratos_3.Config
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic Object R_getConfigObject(
string name
)
Public Function R_getConfigObject (
name As String
) As Object
public:
virtual Object^ R_getConfigObject(
String^ name
) sealed
abstract R_getConfigObject :
name : string -> Object
override R_getConfigObject :
name : string -> Object
Parameters
- name
- Type: SystemString
The name of the config value to retrieve
Return Value
Type:
ObjectAn object representing a bool, string, or int for the config option
See Also