RuntimeAssetGroup Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| RuntimeAssetGroup(String, IEnumerable<RuntimeFile>) | |
| RuntimeAssetGroup(String, IEnumerable<String>) | |
| RuntimeAssetGroup(String, String[]) |
RuntimeAssetGroup(String, IEnumerable<RuntimeFile>)
- Bron:
- RuntimeAssetGroup.cs
- Bron:
- RuntimeAssetGroup.cs
- Bron:
- RuntimeAssetGroup.cs
- Bron:
- RuntimeAssetGroup.cs
public:
RuntimeAssetGroup(System::String ^ runtime, System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::RuntimeFile ^> ^ runtimeFiles);
public RuntimeAssetGroup(string? runtime, System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeFile> runtimeFiles);
new Microsoft.Extensions.DependencyModel.RuntimeAssetGroup : string * seq<Microsoft.Extensions.DependencyModel.RuntimeFile> -> Microsoft.Extensions.DependencyModel.RuntimeAssetGroup
Public Sub New (runtime As String, runtimeFiles As IEnumerable(Of RuntimeFile))
Parameters
- runtime
- String
- runtimeFiles
- IEnumerable<RuntimeFile>
Van toepassing op
RuntimeAssetGroup(String, IEnumerable<String>)
- Bron:
- RuntimeAssetGroup.cs
- Bron:
- RuntimeAssetGroup.cs
- Bron:
- RuntimeAssetGroup.cs
- Bron:
- RuntimeAssetGroup.cs
public:
RuntimeAssetGroup(System::String ^ runtime, System::Collections::Generic::IEnumerable<System::String ^> ^ assetPaths);
public RuntimeAssetGroup(string? runtime, System.Collections.Generic.IEnumerable<string> assetPaths);
new Microsoft.Extensions.DependencyModel.RuntimeAssetGroup : string * seq<string> -> Microsoft.Extensions.DependencyModel.RuntimeAssetGroup
Public Sub New (runtime As String, assetPaths As IEnumerable(Of String))
Parameters
- runtime
- String
- assetPaths
- IEnumerable<String>
Van toepassing op
RuntimeAssetGroup(String, String[])
- Bron:
- RuntimeAssetGroup.cs
- Bron:
- RuntimeAssetGroup.cs
- Bron:
- RuntimeAssetGroup.cs
- Bron:
- RuntimeAssetGroup.cs
public:
RuntimeAssetGroup(System::String ^ runtime, ... cli::array <System::String ^> ^ assetPaths);
public RuntimeAssetGroup(string? runtime, params string[] assetPaths);
new Microsoft.Extensions.DependencyModel.RuntimeAssetGroup : string * string[] -> Microsoft.Extensions.DependencyModel.RuntimeAssetGroup
Public Sub New (runtime As String, ParamArray assetPaths As String())
Parameters
- runtime
- String
- assetPaths
- String[]