Table of Contents

Class AssemblyReference

Namespace
Dassie.Configuration
Assembly
dc.dll

Represents a reference to an external assembly.

[Serializable]
public class AssemblyReference : Reference
Inheritance
AssemblyReference
Inherited Members
Extension Methods

Constructors

AssemblyReference(PropertyStore)

Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.

public AssemblyReference(PropertyStore store)

Parameters

store PropertyStore

Properties

AssemblyPath

The path to the referenced assembly.

public string AssemblyPath { get; set; }

Property Value

string

CopyToOutput

Specifies wheter or not to copy the referenced assembly to the output directory of a build.

public bool CopyToOutput { get; set; }

Property Value

bool

ImportNamespacesImplicitly

Specifies wheter or not to implicitly import all namespaces of the referenced assembly.

public bool ImportNamespacesImplicitly { get; set; }

Property Value

bool