ComponentOne FlexReport for UWP
GetInterface Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class : GetInterface Method
Syntax
'Declaration
 
Public Shared Function GetInterface( _
   ByVal type As System.Type, _
   ByVal interfaceName As System.String, _
   ByVal ignoreCase As System.Boolean _
) As System.Type
public static System.Type GetInterface( 
   System.Type type,
   System.string interfaceName,
   System.bool ignoreCase
)

Parameters

type
interfaceName
ignoreCase
See Also

Reference

Utils Class
Utils Members