DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| GetDefaultNativeRuntimeFileAssets(DependencyContext) | |
| GetDefaultNativeRuntimeFileAssets(RuntimeLibrary, DependencyContext) |
GetDefaultNativeRuntimeFileAssets(DependencyContext)
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::RuntimeFile ^> ^ GetDefaultNativeRuntimeFileAssets(Microsoft::Extensions::DependencyModel::DependencyContext ^ self);
public static System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeFile> GetDefaultNativeRuntimeFileAssets(this Microsoft.Extensions.DependencyModel.DependencyContext self);
static member GetDefaultNativeRuntimeFileAssets : Microsoft.Extensions.DependencyModel.DependencyContext -> seq<Microsoft.Extensions.DependencyModel.RuntimeFile>
<Extension()>
Public Function GetDefaultNativeRuntimeFileAssets (self As DependencyContext) As IEnumerable(Of RuntimeFile)
Parameter
- self
- DependencyContext
Gibt zurück
Gilt für:
GetDefaultNativeRuntimeFileAssets(RuntimeLibrary, DependencyContext)
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<Microsoft::Extensions::DependencyModel::RuntimeFile ^> ^ GetDefaultNativeRuntimeFileAssets(Microsoft::Extensions::DependencyModel::RuntimeLibrary ^ self, Microsoft::Extensions::DependencyModel::DependencyContext ^ context);
public static System.Collections.Generic.IEnumerable<Microsoft.Extensions.DependencyModel.RuntimeFile> GetDefaultNativeRuntimeFileAssets(this Microsoft.Extensions.DependencyModel.RuntimeLibrary self, Microsoft.Extensions.DependencyModel.DependencyContext context);
static member GetDefaultNativeRuntimeFileAssets : Microsoft.Extensions.DependencyModel.RuntimeLibrary * Microsoft.Extensions.DependencyModel.DependencyContext -> seq<Microsoft.Extensions.DependencyModel.RuntimeFile>
<Extension()>
Public Function GetDefaultNativeRuntimeFileAssets (self As RuntimeLibrary, context As DependencyContext) As IEnumerable(Of RuntimeFile)
Parameter
- self
- RuntimeLibrary
- context
- DependencyContext