Click or drag to resize

ConfigurationFile Class

A descriptor of a configuration or app library file.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchConfigurationFile

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class ConfigurationFile

The ConfigurationFile type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationFile
Initializes a new instance of ConfigurationFile.
Top
Properties
  NameDescription
Public propertyOrderIndex
A number describing the load order of the configuration files.
Public propertyPath
The absolute path of the configuration file.
Public propertyType
The kind of file.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also