Type.GetInterface Method
.NET Framework 3.0
Gets a specific interface implemented or inherited by the current Type.
| Name | Description |
|---|---|
| Type.GetInterface (String) | Searches for the interface with the specified name. |
| Type.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. |
Community Additions
ADD
Show: