言語

RuntimeAssetGroup.RuntimeFiles プロパティ

定義

このランタイム グループで提供されるランタイム ファイルの一覧を取得します。

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

プロパティ値

ランタイム ファイル インスタンスの読み取り専用リスト。

適用対象