InterfaceMethods Field
Collapse the table of content
Expand the table of content

InterfaceMapping.InterfaceMethods Field

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Shows the methods that are defined on the interface.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public InterfaceMethods As MethodInfo()

The elements returned in the InterfaceMethods array match their counterpart elements returned from the TargetMethods array. That is, the elements are in the same array indexing order.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft