|
TypeSeekerFromInterface Method |
Returns a enumerable of all types in the assembly which implements the interface
Namespace: DrawerBackup.Native.RuntimeAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static IEnumerable<Type> FromInterface(
Type intf,
Assembly assm
)
Public Shared Function FromInterface (
intf As Type,
assm As Assembly
) As IEnumerable(Of Type)
public:
static IEnumerable<Type^>^ FromInterface(
Type^ intf,
Assembly^ assm
)
static member FromInterface :
intf : Type *
assm : Assembly -> IEnumerable<Type>
Parameters
- intf
- Type: SystemType
- assm
- Type: System.ReflectionAssembly
Return Value
Type:
IEnumerableType
See Also