docs.unity.cn
    Show / Hide Table of Contents

    Method IsEditorAssembly

    IsEditorAssembly(System.Reflection.Assembly)

    Determines if the given assembly is an editor assembly.

    Declaration
    public static bool IsEditorAssembly(System.Reflection.Assembly assembly)
    Parameters
    Type Name Description
    System.Reflection.Assembly assembly

    The assembly.

    Returns
    Type Description
    Boolean

    Returns true if the assembly is an editor assembly. Returns false otherwise.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use