docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method FindTypeInAssemblyByFullName

    FindTypeInAssemblyByFullName(string, string)

    Searches for a type by assembly simple name and its FullName. an assembly with the given simple name and returns the type with the given full name in that assembly

    Declaration
    public static Type FindTypeInAssemblyByFullName(string assemblyName, string typeName)
    Parameters
    Type Name Description
    string assemblyName

    Simple name of the assembly (GetName()).

    string typeName

    Full name of the type to find (FullName).

    Returns
    Type Description
    Type

    The type if found, otherwise 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)