docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Method GetMemberInfoFromPropertyPath

    GetMemberInfoFromPropertyPath(Type, string, out Type)

    Gets MemberInfo for a property by path.

    Declaration
    public static MemberInfo GetMemberInfoFromPropertyPath(Type host, string path, out Type type)
    Parameters
    Type Name Description
    Type host

    The declaring type.

    string path

    The property path relative to the declaring type. See propertyPath.

    Type type

    Assigned the Type of the property.

    Returns
    Type Description
    MemberInfo

    Attributes and metadata about the member identified by host and path.

    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)