RuntimeReflectionExtensions.GetMethodInfo Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an object that represents the method represented by the specified delegate.
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ExtensionAttribute> _ Public Shared Function GetMethodInfo ( _ del As Delegate _ ) As MethodInfo
Parameters
- del
- Type: System.Delegate
The delegate to examine.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Delegate. When you use instance method syntax to call this method, omit the first parameter.
Show: