DevForce Help Reference
GetMethod Method


Returns the method represented by the delegate.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetMethod( _
   ByVal del As Delegate _
) As MethodInfo
'Usage
 
Dim del As Delegate
Dim value As MethodInfo
 
value = ReflectionExtensions.GetMethod(del)
[Extension()]
public static MethodInfo GetMethod( 
   Delegate del
)

Parameters

del
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReflectionExtensions Class
ReflectionExtensions Members

Send Feedback