docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method FindTypeByFullName

    FindTypeByFullName(string)

    Find a type in any assembly by its full name.

    Declaration
    public static Type FindTypeByFullName(string fullName)
    Parameters
    Type Name Description
    string fullName

    The name of the type as returned by FullName.

    Returns
    Type Description
    Type

    The type found, or null if no matching type exists.

    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)