docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method FindTypesByFullNameBatch

    FindTypesByFullNameBatch(List<string>, List<Type>)

    Searches all assemblies for a set of types by their FullName strings.

    Declaration
    public static void FindTypesByFullNameBatch(List<string> typeNames, List<Type> resultList)
    Parameters
    Type Name Description
    List<string> typeNames

    A list containing the FullName strings of the types to find.

    List<Type> resultList

    An empty list to which any matching Type objects are added. A result in resultList has the same index as corresponding name in typeNames.

    Remarks

    If a type name in typeNames is not found, then the corresponding index of resultList is set to null.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)