This documentation is archived and is not being maintained.
Type::GetInterface Method
Visual Studio 2010
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 | |
|---|---|---|
|
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: