Version

GetReferencedExtensionMethod Method

Returns the required extension method of the specified reference assembly
Syntax
'Declaration
 
Protected Shared Function GetReferencedExtensionMethod( _
   ByVal sReferenceAssemblyName As System.String, _
   ByVal sExtensionMethodName As System.String _
) As System.Reflection.MethodInfo
protected static System.Reflection.MethodInfo GetReferencedExtensionMethod( 
   System.string sReferenceAssemblyName,
   System.string sExtensionMethodName
)
protected: static System.Reflection.MethodInfo* GetReferencedExtensionMethod( 
   System.string* sReferenceAssemblyName,
   System.string* sExtensionMethodName
) 

Parameters

sReferenceAssemblyName
Name of the specified reference assembly
sExtensionMethodName
NAme of the required extension method

Return Value

The specified extension method of the specified reference assembly
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