[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( stringreferencePath, stringimplementationPath, TypeexpectedType );