IConfigSystem Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines an interface used by the .NET Framework to support the initialization of configuration properties.

Namespace:   System.Configuration.Internal
Assembly:  System.Configuration (in System.Configuration.dll)

public interface class IConfigSystem

NameDescription
System_CAPS_pubpropertyHost

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the configuration host.

System_CAPS_pubpropertyRoot

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the root of the configuration hierarchy.

NameDescription
System_CAPS_pubmethodInit(Type^, array<Object^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a configuration object.

.NET Framework
Available since 2.0
Return to top
Show: