EnumBuilder::GetInterface Method (String^, Boolean)
Returns the interface implemented (directly or indirectly) by this type, with the specified fully-qualified name.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System::String^
The name of the interface.
- ignoreCase
-
Type:
System::Boolean
If true, the search is case-insensitive. If false, the search is case-sensitive.
Return Value
Type: System::Type^Returns a Type object representing the implemented interface. Returns null if no interface matching name is found.
Implements
_Type::GetInterface(String^, Boolean)| Exception | Condition |
|---|---|
| NotSupportedException | This method is not currently supported in types that are not complete. |
As a workaround, to retrieve the interface of a finished type, retrieve the type using Type::GetType or Assembly::GetType and use reflection on the retrieved type.
Available since 1.1
Silverlight
Available since 2.0