次の方法で共有


RuntimeLibrary.RuntimeAssemblyGroups プロパティ

定義

このライブラリのランタイム アセンブリ グループの一覧を取得します。

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

プロパティ値

このライブラリのランタイム アセンブリ グループの一覧。

適用対象