DependencyContextExtensions.GetDefaultAssemblyNames Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| GetDefaultAssemblyNames(DependencyContext) | |
| GetDefaultAssemblyNames(RuntimeLibrary, DependencyContext) |
GetDefaultAssemblyNames(DependencyContext)
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<System::Reflection::AssemblyName ^> ^ GetDefaultAssemblyNames(Microsoft::Extensions::DependencyModel::DependencyContext ^ self);
public static System.Collections.Generic.IEnumerable<System.Reflection.AssemblyName> GetDefaultAssemblyNames(this Microsoft.Extensions.DependencyModel.DependencyContext self);
static member GetDefaultAssemblyNames : Microsoft.Extensions.DependencyModel.DependencyContext -> seq<System.Reflection.AssemblyName>
<Extension()>
Public Function GetDefaultAssemblyNames (self As DependencyContext) As IEnumerable(Of AssemblyName)
Parametrar
- self
- DependencyContext
Returer
Gäller för
GetDefaultAssemblyNames(RuntimeLibrary, DependencyContext)
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<System::Reflection::AssemblyName ^> ^ GetDefaultAssemblyNames(Microsoft::Extensions::DependencyModel::RuntimeLibrary ^ self, Microsoft::Extensions::DependencyModel::DependencyContext ^ context);
public static System.Collections.Generic.IEnumerable<System.Reflection.AssemblyName> GetDefaultAssemblyNames(this Microsoft.Extensions.DependencyModel.RuntimeLibrary self, Microsoft.Extensions.DependencyModel.DependencyContext context);
static member GetDefaultAssemblyNames : Microsoft.Extensions.DependencyModel.RuntimeLibrary * Microsoft.Extensions.DependencyModel.DependencyContext -> seq<System.Reflection.AssemblyName>
<Extension()>
Public Function GetDefaultAssemblyNames (self As RuntimeLibrary, context As DependencyContext) As IEnumerable(Of AssemblyName)
Parametrar
- self
- RuntimeLibrary
- context
- DependencyContext