Bearbeiten

Share via


DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets Method

Definition

Overloads

GetDefaultNativeRuntimeFileAssets(DependencyContext)
GetDefaultNativeRuntimeFileAssets(RuntimeLibrary, DependencyContext)

GetDefaultNativeRuntimeFileAssets(DependencyContext)

Source:
DependencyContextExtensions.cs
Source:
DependencyContextExtensions.cs
Source:
DependencyContextExtensions.cs
Source:
DependencyContextExtensions.cs
Source:
DependencyContextExtensions.cs
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)

Parameters

Returns

Applies to

GetDefaultNativeRuntimeFileAssets(RuntimeLibrary, DependencyContext)

Source:
DependencyContextExtensions.cs
Source:
DependencyContextExtensions.cs
Source:
DependencyContextExtensions.cs
Source:
DependencyContextExtensions.cs
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)

Parameters

Returns

Applies to