Class AssemblyRegistry.ScanTypes
- Namespace
 - Stride.Core.Reflection
 
- Assembly
 - Stride.Core.dll
 
List types that matches a given AssemblyScanAttribute for a given assembly.
public class AssemblyRegistry.ScanTypes
  - Inheritance
 - 
      objectAssemblyRegistry.ScanTypes
 
Constructors
ScanTypes(Dictionary<Type, List<Type>>)
public ScanTypes(Dictionary<Type, List<Type>> types)
  Parameters
typesDictionary<Type, List<Type>>
Properties
Types
public IReadOnlyDictionary<Type, List<Type>> Types { get; }