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
Syntaxpublic static Type[] GetIntefaceImplementationFromAssembly<T>()
Public Shared Function GetIntefaceImplementationFromAssembly(Of T) As Type()
public:
generic<typename T>
static array<Type^>^ GetIntefaceImplementationFromAssembly()
static member GetIntefaceImplementationFromAssembly : unit -> Type[]
Type Parameters
- T
- The interface
Return Value
Type:
TypeThe types that implement the specific interface
See Also