Click or drag to resize
TypeSeekerFromInterface Method
Returns a enumerable of all types in the assembly which implements the interface

Namespace: DrawerBackup.Native.Runtime
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static IEnumerable<Type> FromInterface(
	Type intf,
	Assembly assm
)

Parameters

intf
Type: SystemType
assm
Type: System.ReflectionAssembly

Return Value

Type: IEnumerableType
See Also