Class Extension
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents a transient extension definition.
[Serializable]
public class Extension : ConfigObject
- Inheritance
-
Extension
- Inherited Members
- Extension Methods
Constructors
Extension(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public Extension(PropertyStore store)
Parameters
storePropertyStore
Properties
Attributes
A list of XML attributes passed to the extension.
public List<XmlAttribute> Attributes { get; set; }
Property Value
Elements
A list of XML elements passed to the extension.
public List<XmlElement> Elements { get; set; }
Property Value
Path
The path of the extension assembly.
public string Path { get; set; }