RuntimeLibrary Konstruktorer

Definition

Överlagringar

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

Initierar en ny instans av klassen med hjälp av RuntimeLibrary de angivna biblioteksegenskaperna.

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

Initierar en ny instans av klassen med hjälp av RuntimeLibrary de angivna biblioteksegenskaperna och sökvägen.

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

Initierar en ny RuntimeLibrary.

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

Källa:
RuntimeLibrary.cs
Källa:
RuntimeLibrary.cs
Källa:
RuntimeLibrary.cs
Källa:
RuntimeLibrary.cs

Initierar en ny instans av klassen med hjälp av RuntimeLibrary de angivna biblioteksegenskaperna.

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)

Parametrar

type
String

Bibliotekets typ.

name
String

Bibliotekets namn.

version
String

Bibliotekets version.

hash
String

Bibliotekspaketets hash.

runtimeAssemblyGroups
IReadOnlyList<RuntimeAssetGroup>

Bibliotekets runtime-sammansättningar.

nativeLibraryGroups
IReadOnlyList<RuntimeAssetGroup>

Bibliotekets interna bibliotek.

resourceAssemblies
IEnumerable<ResourceAssembly>

Bibliotekets resurssammansä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 runtimeAssemblyGroups, eller nativeLibraryGroups, eller resourceAssemblies är null.

Gäller för

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

Källa:
RuntimeLibrary.cs
Källa:
RuntimeLibrary.cs
Källa:
RuntimeLibrary.cs
Källa:
RuntimeLibrary.cs

Initierar en ny instans av klassen med hjälp av RuntimeLibrary de angivna biblioteksegenskaperna och sökvägen.

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)

Parametrar

type
String

Bibliotekets typ.

name
String

Bibliotekets namn.

version
String

Bibliotekets version.

hash
String

Bibliotekspaketets hash.

runtimeAssemblyGroups
IReadOnlyList<RuntimeAssetGroup>

Bibliotekets runtime-sammansättningar.

nativeLibraryGroups
IReadOnlyList<RuntimeAssetGroup>

Bibliotekets interna bibliotek.

resourceAssemblies
IEnumerable<ResourceAssembly>

Bibliotekets resurssammansä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 runtimeAssemblyGroups, eller nativeLibraryGroups, eller resourceAssemblies är null.

Gäller för

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

Källa:
RuntimeLibrary.cs
Källa:
RuntimeLibrary.cs
Källa:
RuntimeLibrary.cs
Källa:
RuntimeLibrary.cs

Initierar en ny 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)

Parametrar

type
String

Bibliotekets typ.

name
String

Bibliotekets namn.

version
String

Bibliotekets version.

hash
String

Bibliotekspaketets hash.

runtimeAssemblyGroups
IReadOnlyList<RuntimeAssetGroup>

Bibliotekets runtime-sammansättningar.

nativeLibraryGroups
IReadOnlyList<RuntimeAssetGroup>

Bibliotekets interna bibliotek.

resourceAssemblies
IEnumerable<ResourceAssembly>

Bibliotekets resurssammansä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.

runtimeStoreManifestName
String

Bibliotekets manifestnamn för körningsarkivet.

Undantag

type, eller name, eller version, eller runtimeAssemblyGroups, eller nativeLibraryGroupseller resourceAssembliesdependencies är null.

Gäller för