Taal

CompilationLibrary Constructors

Definitie

Overloads

Name Description
CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean)

Initialiseert een nieuw exemplaar van de CompilationLibrary klasse met behulp van de opgegeven bibliotheekeigenschappen.

CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean, String, String)

Initialiseert een nieuw exemplaar van de CompilationLibrary klasse met behulp van de opgegeven bibliotheekeigenschappen en het opgegeven pad.

CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean)

Bron:
CompilationLibrary.cs
Bron:
CompilationLibrary.cs
Bron:
CompilationLibrary.cs
Bron:
CompilationLibrary.cs

Initialiseert een nieuw exemplaar van de CompilationLibrary klasse met behulp van de opgegeven bibliotheekeigenschappen.

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)

Parameters

type
String

Het type bibliotheek.

name
String

De naam van de bibliotheek.

version
String

De versie van de bibliotheek.

hash
String

De hash van het bibliotheekpakket.

assemblies
IEnumerable<String>

De assembly's van de bibliotheek.

dependencies
IEnumerable<Dependency>

De afhankelijkheden van de bibliotheek.

serviceable
Boolean

Of de bibliotheek kan worden gebruikt.

Uitzonderingen

typeof nameis of is null of version een lege tekenreeks.

dependencies of assemblies is null.

Van toepassing op

CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean, String, String)

Bron:
CompilationLibrary.cs
Bron:
CompilationLibrary.cs
Bron:
CompilationLibrary.cs
Bron:
CompilationLibrary.cs

Initialiseert een nieuw exemplaar van de CompilationLibrary klasse met behulp van de opgegeven bibliotheekeigenschappen en het opgegeven pad.

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)

Parameters

type
String

Het type bibliotheek.

name
String

De naam van de bibliotheek.

version
String

De versie van de bibliotheek.

hash
String

De hash van het bibliotheekpakket.

assemblies
IEnumerable<String>

De assembly's van de bibliotheek.

dependencies
IEnumerable<Dependency>

De afhankelijkheden van de bibliotheek.

serviceable
Boolean

Of de bibliotheek kan worden gebruikt.

path
String

Het pad van het bibliotheekpakket.

hashPath
String

Het hashpad van het bibliotheekpakket.

Uitzonderingen

typeof nameis of is null of version een lege tekenreeks.

dependencies of assemblies is null.

Van toepassing op