Mono Class Library: System.Type Overview | Members

System.Type.GetInterface Overloads

The overloads of GetInterface are listed below. For a list of all members, see the Type Members list.

Public Methods

GetInterface(string) : Type
Searches for the interface with the specified name.
abstract
GetInterface(string, bool) : Type
Returns the specified interface, specifying whether to do a case-sensitive search.