Type.GetInterface Method

Expand
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic
.NET Framework Class Library

Type.GetInterface Method

Gets a specific interface implemented or inherited by the current Type.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method GetInterface(String) Searches for the interface with the specified name.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)
Community Additions ADD