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)

적용 대상