docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IAssemblyNameProvider

    Namespace: VSCodeEditor
    Assembly: Unity.VSCode.Editor.dll
    Syntax
    public interface IAssemblyNameProvider

    Properties

    ProjectGenerationFlag

    Declaration
    ProjectGenerationFlag ProjectGenerationFlag { get; }
    Property Value
    Type Description
    ProjectGenerationFlag

    ProjectSupportedExtensions

    Declaration
    string[] ProjectSupportedExtensions { get; }
    Property Value
    Type Description
    string[]

    Methods

    FindForAssetPath(string)

    Declaration
    PackageInfo FindForAssetPath(string assetPath)
    Parameters
    Type Name Description
    string assetPath
    Returns
    Type Description
    PackageInfo

    GetAllAssetPaths()

    Declaration
    IEnumerable<string> GetAllAssetPaths()
    Returns
    Type Description
    IEnumerable<string>

    GetAssemblies(Func<string, bool>)

    Declaration
    IEnumerable<Assembly> GetAssemblies(Func<string, bool> shouldFileBePartOfSolution)
    Parameters
    Type Name Description
    Func<string, bool> shouldFileBePartOfSolution
    Returns
    Type Description
    IEnumerable<Assembly>

    GetAssemblyNameFromScriptPath(string)

    Declaration
    string GetAssemblyNameFromScriptPath(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    string

    GetRoslynAnalyzerPaths()

    Declaration
    IEnumerable<string> GetRoslynAnalyzerPaths()
    Returns
    Type Description
    IEnumerable<string>

    IsInternalizedPackagePath(string)

    Declaration
    bool IsInternalizedPackagePath(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    bool

    ParseResponseFile(string, string, string[])

    Declaration
    ResponseFileData ParseResponseFile(string responseFilePath, string projectDirectory, string[] systemReferenceDirectories)
    Parameters
    Type Name Description
    string responseFilePath
    string projectDirectory
    string[] systemReferenceDirectories
    Returns
    Type Description
    ResponseFileData

    ToggleProjectGeneration(ProjectGenerationFlag)

    Declaration
    void ToggleProjectGeneration(ProjectGenerationFlag preference)
    Parameters
    Type Name Description
    ProjectGenerationFlag preference
    In This Article
    Back to top
    Copyright © 2025 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)