Class AssemblyScanAttribute
- Namespace
 - Stride.Core.Reflection
 
- Assembly
 - Stride.Core.dll
 
This attribute can be either used on class or interfaces to scan for types inheriting from them, or on an attribute to scan for types having this specific attribute.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface)]
public class AssemblyScanAttribute : Attribute
  - Inheritance
 - 
      objectAssemblyScanAttribute
 
- Inherited Members