Click or drag to resize

AssemblyScanner Methods

The AssemblyScanner type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasAttributeT
Includes only members which have an attribute T.
Public methodHasClassAttributeT
Includes only members of classes which have an attribute T.
Public methodImplementsT
Includes only members of classes which implement T in the scan.
Public methodIncludeAbstract
Includes members of abstract classes in the scan.
Public methodIncludeAllAssemblies
Includes the entry assembly and all referenced assemblies in the scan..
Public methodIncludeAssembly
Includes the specified assembly in the scan.
Public methodIncludeEntryAssembly
Includes the entry assembly in the scan.
Public methodIncludeNonPublicMembers
Includes non-public members in the scan.
Public methodIncludeReferencedAssemblies
Includes the referenced assemblies of the previously included assemblies in the scan.
Public methodIncludeStatic
Includes static members in the scan.
Public methodScanFields
Runs the scan for fields.
Public methodScanFieldsTAttribute
Runs the scan for fields and provides the attribute TAttribute in the results.
Public methodScanMethods
Runs the scan for methods.
Public methodScanMethodsTAttribute
Runs the scan for methods and provides the attribute TAttribute in the results.
Public methodScanTypes
Runs the scan for methods.
Public methodScanTypesTAttribute
Runs the scan for methods and provides the attribute TAttribute in the results.
Public methodToString (Inherited from Object.)
Top
See Also