Type.GetInterface Method
.NET Framework 2.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-sensitive search. |
Community Additions
ADD
Show: