Sitecore 5.1.1 API

Settings.GetProviderObjects Method 

[Visual Basic]
Public Shared Function GetProviderObjects( _
   ByVal referencePath As String, _
   ByVal implementationPath As String, _
   ByVal expectedType As Type _
) As Object()
[C#]
public static object[] GetProviderObjects(
   string referencePath,
   string implementationPath,
   Type expectedType
);

See Also

Settings Class | Sitecore.Configuration Namespace