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
storePropertyStore
Properties
Path
The path to the resource file.
public string Path { get; set; }