Loupe - Log - Monitor - Resolve
System Namespace / TypeShim Class / InvokeMember Method

In This Topic
    InvokeMember Method
    In This Topic
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function InvokeMember( _
       ByVal type As Type, _
       ByVal memberName As String, _
       ByVal bindingFlags As BindingFlags, _
       ByVal ignoreBinder As Object, _
       ByVal target As Object, _
       ByVal args() As Object, _
       ByVal cultureInfo As CultureInfo _
    ) As Object

    Parameters

    type
    memberName
    bindingFlags
    ignoreBinder
    target
    args
    cultureInfo
    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