共用方式為


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)

屬性值

此連結庫的原生連結庫群組清單。

適用於