GetMethod Method (String, Type[])
Collapse the table of content
Expand the table of content

Module.GetMethod Method (String, Type())

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

Returns the global method that matches the specified name and parameter types.

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

'Declaration
Public Function GetMethod ( _
	name As String, _
	types As Type() _
) As MethodInfo

Parameters

name
Type: System.String
The method name.
types
Type: System.Type ()
The parameter types to search for.

Return Value

Type: System.Reflection.MethodInfo
The global method that matches the specified criteria, or Nothing if the method does not exist.

ExceptionCondition
ArgumentNullException

name is Nothing, types is Nothing, or an element of types is Nothing.

AmbiguousMatchException

More than one global method matches the specified criteria.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft