DependencyContextExtensions.GetRuntimeNativeAssets Method
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
GetRuntimeNativeAssets(DependencyContext, String) | |
GetRuntimeNativeAssets(RuntimeLibrary, DependencyContext, String) |
GetRuntimeNativeAssets(DependencyContext, String)
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<System::String ^> ^ GetRuntimeNativeAssets(Microsoft::Extensions::DependencyModel::DependencyContext ^ self, System::String ^ runtimeIdentifier);
public static System.Collections.Generic.IEnumerable<string> GetRuntimeNativeAssets (this Microsoft.Extensions.DependencyModel.DependencyContext self, string runtimeIdentifier);
static member GetRuntimeNativeAssets : Microsoft.Extensions.DependencyModel.DependencyContext * string -> seq<string>
<Extension()>
Public Function GetRuntimeNativeAssets (self As DependencyContext, runtimeIdentifier As String) As IEnumerable(Of String)
Parameters
- self
- DependencyContext
- runtimeIdentifier
- String
Returns
Applies to
GetRuntimeNativeAssets(RuntimeLibrary, DependencyContext, String)
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<System::String ^> ^ GetRuntimeNativeAssets(Microsoft::Extensions::DependencyModel::RuntimeLibrary ^ self, Microsoft::Extensions::DependencyModel::DependencyContext ^ context, System::String ^ runtimeIdentifier);
public static System.Collections.Generic.IEnumerable<string> GetRuntimeNativeAssets (this Microsoft.Extensions.DependencyModel.RuntimeLibrary self, Microsoft.Extensions.DependencyModel.DependencyContext context, string runtimeIdentifier);
static member GetRuntimeNativeAssets : Microsoft.Extensions.DependencyModel.RuntimeLibrary * Microsoft.Extensions.DependencyModel.DependencyContext * string -> seq<string>
<Extension()>
Public Function GetRuntimeNativeAssets (self As RuntimeLibrary, context As DependencyContext, runtimeIdentifier As String) As IEnumerable(Of String)
Parameters
- self
- RuntimeLibrary
- context
- DependencyContext
- runtimeIdentifier
- String
Returns
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.