Share via


RuntimeLibrary クラス

定義

public ref class RuntimeLibrary : Microsoft::Extensions::DependencyModel::Library
public class RuntimeLibrary : Microsoft.Extensions.DependencyModel.Library
type RuntimeLibrary = class
    inherit Library
Public Class RuntimeLibrary
Inherits Library
継承
RuntimeLibrary

コンストラクター

RuntimeLibrary(String, String, String, String, IReadOnlyList<RuntimeAssetGroup>, IReadOnlyList<RuntimeAssetGroup>, IEnumerable<ResourceAssembly>, IEnumerable<Dependency>, Boolean)
RuntimeLibrary(String, String, String, String, IReadOnlyList<RuntimeAssetGroup>, IReadOnlyList<RuntimeAssetGroup>, IEnumerable<ResourceAssembly>, IEnumerable<Dependency>, Boolean, String, String)
RuntimeLibrary(String, String, String, String, IReadOnlyList<RuntimeAssetGroup>, IReadOnlyList<RuntimeAssetGroup>, IEnumerable<ResourceAssembly>, IEnumerable<Dependency>, Boolean, String, String, String)

新しい RuntimeLibrary を初期化します。

プロパティ

Dependencies (継承元 Library)
Hash (継承元 Library)
HashPath (継承元 Library)
Name (継承元 Library)
NativeLibraryGroups
Path (継承元 Library)
ResourceAssemblies
RuntimeAssemblyGroups
RuntimeStoreManifestName (継承元 Library)
Serviceable (継承元 Library)
Type (継承元 Library)
Version (継承元 Library)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

拡張メソッド

GetDefaultAssemblyNames(RuntimeLibrary, DependencyContext)
GetDefaultNativeAssets(RuntimeLibrary, DependencyContext)
GetDefaultNativeRuntimeFileAssets(RuntimeLibrary, DependencyContext)
GetRuntimeAssemblyNames(RuntimeLibrary, DependencyContext, String)
GetRuntimeNativeAssets(RuntimeLibrary, DependencyContext, String)
GetRuntimeNativeRuntimeFileAssets(RuntimeLibrary, DependencyContext, String)

適用対象