RuntimeAssetGroup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RuntimeAssetGroup(String, IEnumerable<RuntimeFile>) | |
RuntimeAssetGroup(String, IEnumerable<String>) | |
RuntimeAssetGroup(String, String[]) |
RuntimeAssetGroup(String, IEnumerable<RuntimeFile>)
- Source:
- RuntimeAssetGroup.cs
- Source:
- RuntimeAssetGroup.cs
- Source:
- RuntimeAssetGroup.cs
- Source:
- RuntimeAssetGroup.cs
- Source:
- 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>
Applies to
RuntimeAssetGroup(String, IEnumerable<String>)
- Source:
- RuntimeAssetGroup.cs
- Source:
- RuntimeAssetGroup.cs
- Source:
- RuntimeAssetGroup.cs
- Source:
- RuntimeAssetGroup.cs
- Source:
- 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>
Applies to
RuntimeAssetGroup(String, String[])
- Source:
- RuntimeAssetGroup.cs
- Source:
- RuntimeAssetGroup.cs
- Source:
- RuntimeAssetGroup.cs
- Source:
- RuntimeAssetGroup.cs
- Source:
- 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[]
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.