Table of Contents

Class Resource

Namespace
Dassie.Configuration
Assembly
dc.dll

Represents a referenced resource.

[Serializable]
public abstract class Resource : ConfigObject
Inheritance
Resource
Derived
Inherited Members
Extension Methods

Constructors

Resource(PropertyStore)

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

protected Resource(PropertyStore store)

Parameters

store PropertyStore

Properties

Path

The path to the resource file.

public string Path { get; set; }

Property Value

string