다음을 통해 공유


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)

속성 값

이 라이브러리의 런타임 어셈블리 그룹 목록입니다.

적용 대상