IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace > MemberInfoFns Class : FastStaticMethodInvoke Method |
'Declaration
Public Shared Function FastStaticMethodInvoke( _ ByVal method As MethodInfo, _ ByVal ParamArray args() As Object _ ) As Object
'Usage
Dim method As MethodInfo Dim args() As Object Dim value As Object value = MemberInfoFns.FastStaticMethodInvoke(method, args)
public static object FastStaticMethodInvoke( MethodInfo method, params object[] args )
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