Compartir vía


DependencyContext.RuntimeLibraries Propiedad

Definición

Obtiene la lista de bibliotecas usadas por la aplicación en tiempo de ejecución.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeLibrary ^> ^ RuntimeLibraries { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::RuntimeLibrary ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeLibrary> RuntimeLibraries { get; }
member this.RuntimeLibraries : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.RuntimeLibrary>
Public ReadOnly Property RuntimeLibraries As IReadOnlyList(Of RuntimeLibrary)

Valor de propiedad

Lista de bibliotecas usadas por la aplicación en tiempo de ejecución.

Se aplica a