Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AssemblyRegistry.ScanTypes Class

    Namespace: Stride.Core.Reflection
    Assembly: 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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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>>

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation