CompilationLibrary Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean) |
Initierar en ny instans av klassen med hjälp av CompilationLibrary de angivna biblioteksegenskaperna. |
| CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean, String, String) |
Initierar en ny instans av klassen med hjälp av CompilationLibrary de angivna biblioteksegenskaperna och sökvägen. |
CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean)
- Källa:
- CompilationLibrary.cs
- Källa:
- CompilationLibrary.cs
- Källa:
- CompilationLibrary.cs
- Källa:
- CompilationLibrary.cs
Initierar en ny instans av klassen med hjälp av CompilationLibrary de angivna biblioteksegenskaperna.
public:
CompilationLibrary(System::String ^ type, System::String ^ name, System::String ^ version, System::String ^ hash, System::Collections::Generic::IEnumerable<System::String ^> ^ assemblies, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::Dependency> ^ dependencies, bool serviceable);
public CompilationLibrary(string type, string name, string version, string? hash, System.Collections.Generic.IEnumerable<string> assemblies, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.Dependency> dependencies, bool serviceable);
new Microsoft.Extensions.DependencyModel.CompilationLibrary : string * string * string * string * seq<string> * seq<Microsoft.Extensions.DependencyModel.Dependency> * bool -> Microsoft.Extensions.DependencyModel.CompilationLibrary
Public Sub New (type As String, name As String, version As String, hash As String, assemblies As IEnumerable(Of String), dependencies As IEnumerable(Of Dependency), serviceable As Boolean)
Parametrar
- type
- String
Bibliotekets typ.
- name
- String
Bibliotekets namn.
- version
- String
Bibliotekets version.
- hash
- String
Bibliotekspaketets hash.
- assemblies
- IEnumerable<String>
Bibliotekets sammansättningar.
- dependencies
- IEnumerable<Dependency>
Bibliotekets beroenden.
- serviceable
- Boolean
Om biblioteket är användbart.
Undantag
type, eller name, eller version är null eller en tom sträng.
dependencies eller assemblies är null.
Gäller för
CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean, String, String)
- Källa:
- CompilationLibrary.cs
- Källa:
- CompilationLibrary.cs
- Källa:
- CompilationLibrary.cs
- Källa:
- CompilationLibrary.cs
Initierar en ny instans av klassen med hjälp av CompilationLibrary de angivna biblioteksegenskaperna och sökvägen.
public:
CompilationLibrary(System::String ^ type, System::String ^ name, System::String ^ version, System::String ^ hash, System::Collections::Generic::IEnumerable<System::String ^> ^ assemblies, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::Dependency> ^ dependencies, bool serviceable, System::String ^ path, System::String ^ hashPath);
public CompilationLibrary(string type, string name, string version, string? hash, System.Collections.Generic.IEnumerable<string> assemblies, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.Dependency> dependencies, bool serviceable, string? path, string? hashPath);
new Microsoft.Extensions.DependencyModel.CompilationLibrary : string * string * string * string * seq<string> * seq<Microsoft.Extensions.DependencyModel.Dependency> * bool * string * string -> Microsoft.Extensions.DependencyModel.CompilationLibrary
Public Sub New (type As String, name As String, version As String, hash As String, assemblies As IEnumerable(Of String), dependencies As IEnumerable(Of Dependency), serviceable As Boolean, path As String, hashPath As String)
Parametrar
- type
- String
Bibliotekets typ.
- name
- String
Bibliotekets namn.
- version
- String
Bibliotekets version.
- hash
- String
Bibliotekspaketets hash.
- assemblies
- IEnumerable<String>
Bibliotekets sammansättningar.
- dependencies
- IEnumerable<Dependency>
Bibliotekets beroenden.
- serviceable
- Boolean
Om biblioteket är användbart.
- path
- String
Bibliotekspaketets sökväg.
- hashPath
- String
Bibliotekspaketets hashsökväg.
Undantag
type, eller name, eller version är null eller en tom sträng.
dependencies eller assemblies är null.