Click or drag to resize
TypeSeeker Class
Searchs for class or types in a assembly
Inheritance Hierarchy
SystemObject
  DrawerBackup.Native.RuntimeTypeSeeker

Namespace: DrawerBackup.Native.Runtime
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static class TypeSeeker

The TypeSeeker type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFilterByAttribute
Filter by the attribute
Public methodStatic memberFilterByInterface
Filter by the interface
Public methodStatic memberFromInterface
Returns a enumerable of all types in the assembly which implements the interface
Top
See Also