RuntimeLibrary.NativeLibraryGroups 属性

定义

获取此库的本机库组列表。

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

属性值

此库的本机库组列表。

适用于