Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / GetInterface Method

In This Topic
    GetInterface Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetInterface( _
       ByVal type As Type, _
       ByVal interfaceName As String, _
       ByVal ignoreCase As Boolean _
    ) As Type
    public static Type GetInterface( 
       Type type,
       string interfaceName,
       bool ignoreCase
    )

    Parameters

    type
    interfaceName
    ignoreCase
    See Also