Поделиться через


CompilationLibrary Конструкторы

Определение

Перегрузки

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

Инициализирует новый экземпляр класса CompilationLibrary с помощью указанных свойств библиотеки.

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

Инициализирует новый экземпляр класса CompilationLibrary с помощью указанных свойств библиотеки и пути.

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

Исходный код:
CompilationLibrary.cs
Исходный код:
CompilationLibrary.cs
Исходный код:
CompilationLibrary.cs
Исходный код:
CompilationLibrary.cs
Исходный код:
CompilationLibrary.cs

Инициализирует новый экземпляр класса CompilationLibrary с помощью указанных свойств библиотеки.

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)

Параметры

type
String

Тип библиотеки.

name
String

Имя библиотеки.

version
String

Версия библиотеки.

hash
String

Хэш пакета библиотеки.

assemblies
IEnumerable<String>

Сборки библиотеки.

dependencies
IEnumerable<Dependency>

Зависимости библиотеки.

serviceable
Boolean

Можно ли обслуживать библиотеку.

Исключения

typeили nameили versionnull или пустая строка.

dependencies или assembliesnull.

Применяется к

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

Исходный код:
CompilationLibrary.cs
Исходный код:
CompilationLibrary.cs
Исходный код:
CompilationLibrary.cs
Исходный код:
CompilationLibrary.cs
Исходный код:
CompilationLibrary.cs

Инициализирует новый экземпляр класса CompilationLibrary с помощью указанных свойств библиотеки и пути.

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)

Параметры

type
String

Тип библиотеки.

name
String

Имя библиотеки.

version
String

Версия библиотеки.

hash
String

Хэш пакета библиотеки.

assemblies
IEnumerable<String>

Сборки библиотеки.

dependencies
IEnumerable<Dependency>

Зависимости библиотеки.

serviceable
Boolean

Можно ли обслуживать библиотеку.

path
String

Путь пакета библиотеки.

hashPath
String

Хэш-путь пакета библиотеки.

Исключения

typeили nameили versionnull или пустая строка.

dependencies или assembliesnull.

Применяется к