CompilationLibrary Class

Definition

public ref class CompilationLibrary : Microsoft::Extensions::DependencyModel::Library
public class CompilationLibrary : Microsoft.Extensions.DependencyModel.Library
type CompilationLibrary = class
    inherit Library
Public Class CompilationLibrary
Inherits Library
Inheritance
CompilationLibrary

Constructors

CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean)
CompilationLibrary(String, String, String, String, IEnumerable<String>, IEnumerable<Dependency>, Boolean, String, String)

Properties

Assemblies
Dependencies (Inherited from Library)
Hash (Inherited from Library)
HashPath (Inherited from Library)
Name (Inherited from Library)
Path (Inherited from Library)
RuntimeStoreManifestName (Inherited from Library)
Serviceable (Inherited from Library)
Type (Inherited from Library)
Version (Inherited from Library)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ResolveReferencePaths()
ResolveReferencePaths(ICompilationAssemblyResolver[])
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to