Searches for the specified interface, specifying whether to do a case-insensitive search for the interface name.
- interfaceName (String)
- The String containing the name of the interface to get. For generic interfaces, this is the mangled name.
- ignoreCase (Boolean)
- true to ignore the case of that part of name that specifies the simple interface name (the part that specifies the namespace must be correctly cased).
-or-
false to perform a case-sensitive search for all parts of name.