CommandLineProject.CreateProjectInfo Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
CreateProjectInfo(String, String, IEnumerable<String>, String, Workspace) |
Cree una ProjectInfo estructura inicializada a partir de argumentos de línea de comandos de compiladores. |
CreateProjectInfo(String, String, String, String, Workspace) |
Cree una ProjectInfo estructura inicializada con datos de una línea de comandos del compilador. |
CreateProjectInfo(String, String, IEnumerable<String>, String, Workspace)
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
Cree una ProjectInfo estructura inicializada a partir de argumentos de línea de comandos de compiladores.
public static Microsoft.CodeAnalysis.ProjectInfo CreateProjectInfo(string projectName, string language, System.Collections.Generic.IEnumerable<string> commandLineArgs, string projectDirectory, Microsoft.CodeAnalysis.Workspace workspace = default);
public static Microsoft.CodeAnalysis.ProjectInfo CreateProjectInfo(string projectName, string language, System.Collections.Generic.IEnumerable<string> commandLineArgs, string projectDirectory, Microsoft.CodeAnalysis.Workspace? workspace = default);
static member CreateProjectInfo : string * string * seq<string> * string * Microsoft.CodeAnalysis.Workspace -> Microsoft.CodeAnalysis.ProjectInfo
Public Shared Function CreateProjectInfo (projectName As String, language As String, commandLineArgs As IEnumerable(Of String), projectDirectory As String, Optional workspace As Workspace = Nothing) As ProjectInfo
Parámetros
- projectName
- String
- language
- String
- commandLineArgs
- IEnumerable<String>
- projectDirectory
- String
- workspace
- Workspace
Devoluciones
Se aplica a
CreateProjectInfo(String, String, String, String, Workspace)
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
- Source:
- CommandLineProject.cs
Cree una ProjectInfo estructura inicializada con datos de una línea de comandos del compilador.
public static Microsoft.CodeAnalysis.ProjectInfo CreateProjectInfo(string projectName, string language, string commandLine, string baseDirectory, Microsoft.CodeAnalysis.Workspace workspace = default);
public static Microsoft.CodeAnalysis.ProjectInfo CreateProjectInfo(string projectName, string language, string commandLine, string baseDirectory, Microsoft.CodeAnalysis.Workspace? workspace = default);
static member CreateProjectInfo : string * string * string * string * Microsoft.CodeAnalysis.Workspace -> Microsoft.CodeAnalysis.ProjectInfo
Public Shared Function CreateProjectInfo (projectName As String, language As String, commandLine As String, baseDirectory As String, Optional workspace As Workspace = Nothing) As ProjectInfo
Parámetros
- projectName
- String
- language
- String
- commandLine
- String
- baseDirectory
- String
- workspace
- Workspace