AssemblyScanner Class |
Namespace: SampSharp.Entities.Utilities
public sealed class AssemblyScanner
The AssemblyScanner type exposes the following members.
Name | Description | |
---|---|---|
![]() | AssemblyScanner | Initializes a new instance of the AssemblyScanner class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasAttributeT |
Includes only members which have an attribute T.
|
![]() | HasClassAttributeT |
Includes only members of classes which have an attribute T.
|
![]() | ImplementsT |
Includes only members of classes which implement T in the scan.
|
![]() | IncludeAbstract |
Includes members of abstract classes in the scan.
|
![]() | IncludeAllAssemblies |
Includes the entry assembly and all referenced assemblies in the scan..
|
![]() | IncludeAssembly |
Includes the specified assembly in the scan.
|
![]() | IncludeEntryAssembly |
Includes the entry assembly in the scan.
|
![]() | IncludeNonPublicMembers |
Includes non-public members in the scan.
|
![]() | IncludeReferencedAssemblies |
Includes the referenced assemblies of the previously included assemblies in the scan.
|
![]() | IncludeStatic |
Includes static members in the scan.
|
![]() | ScanFields |
Runs the scan for fields.
|
![]() | ScanFieldsTAttribute |
Runs the scan for fields and provides the attribute TAttribute in the results.
|
![]() | ScanMethods |
Runs the scan for methods.
|
![]() | ScanMethodsTAttribute |
Runs the scan for methods and provides the attribute TAttribute in the results.
|
![]() | ScanTypes |
Runs the scan for methods.
|
![]() | ScanTypesTAttribute |
Runs the scan for methods and provides the attribute TAttribute in the results.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |