Returns a delegate of the indicated type.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim pTypeName As String
Dim pMethodName As String
Dim pSignature() As Type
Dim value As T
value = ReflectionFns.GetDelegate(Of T)(pTypeName, pMethodName, pSignature) |
Parameters
- pTypeName
- Assembly-qualified type name
- pMethodName
- Name of static method
- pSignature
- Optional method signature
Type Parameters
- T
- Delegate type
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also