Table of Contents

Class FileReference

Namespace
Dassie.Configuration
Assembly
dc.dll

Represents a file reference.

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

Constructors

FileReference(PropertyStore)

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

public FileReference(PropertyStore store)

Parameters

store PropertyStore

Properties

CopyToOutput

Specifies wheter or not to copy the referenced file to the build output directory.

public bool CopyToOutput { get; set; }

Property Value

bool

FileName

The path to the referenced file.

public string FileName { get; set; }

Property Value

string