Type::GetInterface Method
.NET Framework (current version)
Gets a specific interface implemented or inherited by the current Type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetInterface(String^) | Searches for the interface with the specified name. |
![]() | GetInterface(String^, Boolean) | When overridden in a derived class, searches for the specified interface, specifying whether to do a case-insensitive search for the interface name. |
Show:
