AssemblyRegistry.ScanTypes Class
Namespace: Stride.Core.ReflectionAssembly: Stride.Core.dll
List types that matches a given AssemblyScanAttribute for a given assembly.
System.Object →
AssemblyRegistry.ScanTypes
Derived from AssemblyRegistry.ScanTypes:
public class ScanTypes
Name | Description | |
---|---|---|
Constructors | ||
ScanTypes(Dictionary<Type, List<Type>>) | ||
Properties | ||
Types |
Constructors
ScanTypes(Dictionary<Type, List<Type>>)
public ScanTypes(Dictionary<Type, List<Type>> types)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.List<System.Type>> | types |
Properties
Types
public IReadOnlyDictionary<Type, List<Type>> Types { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.Type, System.Collections.Generic.List<System.Type>> |