This topic has not yet been rated - Rate this topic

Type.GetInterface Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.