Compartir vía


RuntimeLibrary Constructores

Definición

Sobrecargas

RuntimeLibrary(String, String, String, String, IReadOnlyList<RuntimeAssetGroup>, IReadOnlyList<RuntimeAssetGroup>, IEnumerable<ResourceAssembly>, IEnumerable<Dependency>, Boolean)

Inicializa una nueva instancia de la clase RuntimeLibrary mediante las propiedades de biblioteca especificadas.

RuntimeLibrary(String, String, String, String, IReadOnlyList<RuntimeAssetGroup>, IReadOnlyList<RuntimeAssetGroup>, IEnumerable<ResourceAssembly>, IEnumerable<Dependency>, Boolean, String, String)

Inicializa una nueva instancia de la clase RuntimeLibrary mediante las propiedades y la ruta de acceso de la biblioteca especificadas.

RuntimeLibrary(String, String, String, String, IReadOnlyList<RuntimeAssetGroup>, IReadOnlyList<RuntimeAssetGroup>, IEnumerable<ResourceAssembly>, IEnumerable<Dependency>, Boolean, String, String, String)

Inicializa un nuevo RuntimeLibrary.

RuntimeLibrary(String, String, String, String, IReadOnlyList<RuntimeAssetGroup>, IReadOnlyList<RuntimeAssetGroup>, IEnumerable<ResourceAssembly>, IEnumerable<Dependency>, Boolean)

Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs

Inicializa una nueva instancia de la clase RuntimeLibrary mediante las propiedades de biblioteca especificadas.

public:
 RuntimeLibrary(System::String ^ type, System::String ^ name, System::String ^ version, System::String ^ hash, System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeAssetGroup ^> ^ runtimeAssemblyGroups, System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeAssetGroup ^> ^ nativeLibraryGroups, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::ResourceAssembly ^> ^ resourceAssemblies, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::Dependency> ^ dependencies, bool serviceable);
public RuntimeLibrary (string type, string name, string version, string? hash, System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> runtimeAssemblyGroups, System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> nativeLibraryGroups, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.ResourceAssembly> resourceAssemblies, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.Dependency> dependencies, bool serviceable);
new Microsoft.Extensions.DependencyModel.RuntimeLibrary : string * string * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> * System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> * seq<Microsoft.Extensions.DependencyModel.ResourceAssembly> * seq<Microsoft.Extensions.DependencyModel.Dependency> * bool -> Microsoft.Extensions.DependencyModel.RuntimeLibrary
Public Sub New (type As String, name As String, version As String, hash As String, runtimeAssemblyGroups As IReadOnlyList(Of RuntimeAssetGroup), nativeLibraryGroups As IReadOnlyList(Of RuntimeAssetGroup), resourceAssemblies As IEnumerable(Of ResourceAssembly), dependencies As IEnumerable(Of Dependency), serviceable As Boolean)

Parámetros

type
String

Tipo de la biblioteca.

name
String

Nombre de la biblioteca.

version
String

Versión de la biblioteca.

hash
String

Hash del paquete de biblioteca.

runtimeAssemblyGroups
IReadOnlyList<RuntimeAssetGroup>

Ensamblados en tiempo de ejecución de la biblioteca.

nativeLibraryGroups
IReadOnlyList<RuntimeAssetGroup>

Las bibliotecas nativas de la biblioteca.

resourceAssemblies
IEnumerable<ResourceAssembly>

Ensamblados de recursos de la biblioteca.

dependencies
IEnumerable<Dependency>

Dependencias de la biblioteca.

serviceable
Boolean

Indica si la biblioteca es de servicio.

Excepciones

type, o name, o version es null o una cadena vacía.

dependencies, o runtimeAssemblyGroups, o nativeLibraryGroups, o resourceAssemblies es null.

Se aplica a

RuntimeLibrary(String, String, String, String, IReadOnlyList<RuntimeAssetGroup>, IReadOnlyList<RuntimeAssetGroup>, IEnumerable<ResourceAssembly>, IEnumerable<Dependency>, Boolean, String, String)

Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs

Inicializa una nueva instancia de la clase RuntimeLibrary mediante las propiedades y la ruta de acceso de la biblioteca especificadas.

public:
 RuntimeLibrary(System::String ^ type, System::String ^ name, System::String ^ version, System::String ^ hash, System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeAssetGroup ^> ^ runtimeAssemblyGroups, System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeAssetGroup ^> ^ nativeLibraryGroups, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::ResourceAssembly ^> ^ resourceAssemblies, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::Dependency> ^ dependencies, bool serviceable, System::String ^ path, System::String ^ hashPath);
public RuntimeLibrary (string type, string name, string version, string? hash, System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> runtimeAssemblyGroups, System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> nativeLibraryGroups, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.ResourceAssembly> resourceAssemblies, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.Dependency> dependencies, bool serviceable, string? path, string? hashPath);
new Microsoft.Extensions.DependencyModel.RuntimeLibrary : string * string * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> * System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> * seq<Microsoft.Extensions.DependencyModel.ResourceAssembly> * seq<Microsoft.Extensions.DependencyModel.Dependency> * bool * string * string -> Microsoft.Extensions.DependencyModel.RuntimeLibrary
Public Sub New (type As String, name As String, version As String, hash As String, runtimeAssemblyGroups As IReadOnlyList(Of RuntimeAssetGroup), nativeLibraryGroups As IReadOnlyList(Of RuntimeAssetGroup), resourceAssemblies As IEnumerable(Of ResourceAssembly), dependencies As IEnumerable(Of Dependency), serviceable As Boolean, path As String, hashPath As String)

Parámetros

type
String

Tipo de la biblioteca.

name
String

Nombre de la biblioteca.

version
String

Versión de la biblioteca.

hash
String

Hash del paquete de biblioteca.

runtimeAssemblyGroups
IReadOnlyList<RuntimeAssetGroup>

Ensamblados en tiempo de ejecución de la biblioteca.

nativeLibraryGroups
IReadOnlyList<RuntimeAssetGroup>

Las bibliotecas nativas de la biblioteca.

resourceAssemblies
IEnumerable<ResourceAssembly>

Ensamblados de recursos de la biblioteca.

dependencies
IEnumerable<Dependency>

Dependencias de la biblioteca.

serviceable
Boolean

Indica si la biblioteca es de servicio.

path
String

Ruta de acceso del paquete de biblioteca.

hashPath
String

Ruta de acceso hash del paquete de biblioteca.

Excepciones

type, o name, o version es null o una cadena vacía.

dependencies, o runtimeAssemblyGroups, o nativeLibraryGroups, o resourceAssemblies es null.

Se aplica a

RuntimeLibrary(String, String, String, String, IReadOnlyList<RuntimeAssetGroup>, IReadOnlyList<RuntimeAssetGroup>, IEnumerable<ResourceAssembly>, IEnumerable<Dependency>, Boolean, String, String, String)

Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs
Source:
RuntimeLibrary.cs

Inicializa un nuevo RuntimeLibrary.

public:
 RuntimeLibrary(System::String ^ type, System::String ^ name, System::String ^ version, System::String ^ hash, System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeAssetGroup ^> ^ runtimeAssemblyGroups, System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeAssetGroup ^> ^ nativeLibraryGroups, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::ResourceAssembly ^> ^ resourceAssemblies, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::Dependency> ^ dependencies, bool serviceable, System::String ^ path, System::String ^ hashPath, System::String ^ runtimeStoreManifestName);
public RuntimeLibrary (string type, string name, string version, string? hash, System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> runtimeAssemblyGroups, System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> nativeLibraryGroups, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.ResourceAssembly> resourceAssemblies, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.Dependency> dependencies, bool serviceable, string? path, string? hashPath, string? runtimeStoreManifestName);
new Microsoft.Extensions.DependencyModel.RuntimeLibrary : string * string * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> * System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> * seq<Microsoft.Extensions.DependencyModel.ResourceAssembly> * seq<Microsoft.Extensions.DependencyModel.Dependency> * bool * string * string * string -> Microsoft.Extensions.DependencyModel.RuntimeLibrary
Public Sub New (type As String, name As String, version As String, hash As String, runtimeAssemblyGroups As IReadOnlyList(Of RuntimeAssetGroup), nativeLibraryGroups As IReadOnlyList(Of RuntimeAssetGroup), resourceAssemblies As IEnumerable(Of ResourceAssembly), dependencies As IEnumerable(Of Dependency), serviceable As Boolean, path As String, hashPath As String, runtimeStoreManifestName As String)

Parámetros

type
String

Tipo de la biblioteca.

name
String

Nombre de la biblioteca.

version
String

Versión de la biblioteca.

hash
String

Hash del paquete de biblioteca.

runtimeAssemblyGroups
IReadOnlyList<RuntimeAssetGroup>

Ensamblados en tiempo de ejecución de la biblioteca.

nativeLibraryGroups
IReadOnlyList<RuntimeAssetGroup>

Las bibliotecas nativas de la biblioteca.

resourceAssemblies
IEnumerable<ResourceAssembly>

Ensamblados de recursos de la biblioteca.

dependencies
IEnumerable<Dependency>

Dependencias de la biblioteca.

serviceable
Boolean

Indica si la biblioteca es de servicio.

path
String

Ruta de acceso del paquete de biblioteca.

hashPath
String

Ruta de acceso hash del paquete de biblioteca.

runtimeStoreManifestName
String

Nombre del manifiesto del almacén en tiempo de ejecución de la biblioteca.

Excepciones

type, o name, o version, o runtimeAssemblyGroups, o nativeLibraryGroups, o resourceAssemblies o dependencies es null.

Se aplica a