Compartilhar via


DependencyContext.RuntimeLibraries Propriedade

Definição

Obtém a lista de bibliotecas usadas pelo aplicativo em tempo de execução.

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 da propriedade

A lista de bibliotecas usadas pelo aplicativo em tempo de execução.

Aplica-se a