Table of Contents

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
AssemblyRegistry.ScanTypes

Constructors

ScanTypes(Dictionary<Type, List<Type>>)

public ScanTypes(Dictionary<Type, List<Type>> types)

Parameters

types Dictionary<Type, List<Type>>

Properties

Types

public IReadOnlyDictionary<Type, List<Type>> Types { get; }

Property Value

IReadOnlyDictionary<Type, List<Type>>