DynamicInterface.IsTypeCompatible Method (Type[])
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.Utility.Plugin
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)
Usage
'Usage
Dim instance As DynamicInterface
Dim types As Type()
Dim returnValue As Boolean
returnValue = instance.IsTypeCompatible(types)
Syntax
'Declaration
Public Function IsTypeCompatible(Of TInterface) ( _
ParamArray types As Type() _
) As Boolean
public bool IsTypeCompatible<TInterface> (
params Type[] types
)
public:
generic<typename TInterface>
bool IsTypeCompatible (
... array<Type^>^ types
)
GenericParameters
- TInterface
Parameters
- types
Return Value
Returns Boolean.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
DynamicInterface Class
DynamicInterface Members
Microsoft.OneGet.Utility.Plugin Namespace