CommandLineProject.CreateProjectInfo Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateProjectInfo(String, String, IEnumerable<String>, String, Workspace) |
Erstellen Sie eine ProjectInfo Struktur, die aus einer Compilerbefehlszeile initialisiert wird. |
CreateProjectInfo(String, String, String, String, Workspace) |
Erstellen Sie eine ProjectInfo Struktur, die mit Daten aus einer Compilerbefehlszeile initialisiert wurde. |
CreateProjectInfo(String, String, IEnumerable<String>, String, Workspace)
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
Erstellen Sie eine ProjectInfo Struktur, die aus einer Compilerbefehlszeile initialisiert wird.
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
Parameter
- projectName
- String
- language
- String
- commandLineArgs
- IEnumerable<String>
- projectDirectory
- String
- workspace
- Workspace
Gibt zurück
Gilt für:
CreateProjectInfo(String, String, String, String, Workspace)
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
- Quelle:
- CommandLineProject.cs
Erstellen Sie eine ProjectInfo Struktur, die mit Daten aus einer Compilerbefehlszeile initialisiert wurde.
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
Parameter
- projectName
- String
- language
- String
- commandLine
- String
- baseDirectory
- String
- workspace
- Workspace