Click or drag to resize

ToolboxGetIntefaceImplementationFromAssemblyT Method

http://www.emgu.com
Get the interface implementation from assemblies

Namespace:  Emgu.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Type[] GetIntefaceImplementationFromAssembly<T>()

Type Parameters

T
The interface

Return Value

Type: Type
The types that implement the specific interface
See Also