Click or drag to resize

Settings Class

Settings is an class that holds CS-Script application settings.
Inheritance Hierarchy
SystemObject
  CSScriptLibSettings

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public class Settings

The Settings type exposes the following members.

Constructors
  NameDescription
Public methodSettings
Initializes a new instance of the Settings class
Top
Properties
  NameDescription
Public propertySearchDirs
List of directories to be used to search (probing) for referenced assemblies and script files. This setting is similar to the system environment variable PATH.
Top
Methods
  NameDescription
Public methodAddSearchDir
Adds the search directories aggregated from the unique locations of all assemblies referenced by the host application.
Public methodAddSearchDirsFromHost
Adds the search dirs from host.
Public methodClearSearchDirs
Clears the search directories.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also