JAMS Developer Guide
MethodReference Constructor(Method)


MVPSI.JAMS Namespace > MethodReference Class > MethodReference Constructor : MethodReference Constructor(Method)
Initializes a method reference from a method object.
Syntax
'Declaration
 
Public Function New( _
   ByVal method As Method _
)
'Usage
 
Dim method As Method
 
Dim instance As New MethodReference(method)
public MethodReference( 
   Method method
)

Parameters

method
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

MethodReference Class
MethodReference Members
Overload List