Back to Devexpress

EnvironmentPolicy Methods

corelibraries-devexpress-dot-data-dot-utils-dot-environmentpolicy-dot-underscore-methods.md

latest4.2 KB
Original Source

EnvironmentPolicy Methods

Allows you to spot, analyze, and prohibit unwanted requests to System.Environment initiated by DevExpress controls.

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
SuppressAll() staticSuppresses all requests to System.Environment. No exception is thrown.
SuppressExitProcess() staticPrevents DevExpress controls from forcibly exiting the current process.
SuppressGettingEnvironmentVariables() staticPrevents DevExpress controls from reading environment variables.
SuppressReadingCurrentProcessData() staticPrevents DevExpress controls from reading current process data (for example, CurrentDirectory, ProcessId, ProcessPath).
SuppressReadingSpecialFolder(Environment.SpecialFolder) staticPrevents DevExpress controls from getting the path to the specified system special folder.
SuppressSettingCurrentDirectory() staticPrevents DevExpress controls from setting the current directory.
SuppressSettingEnvironmentVariables() staticPrevents DevExpress controls from setting environment variables.
ThrowAlways() staticThrows an exception when the DevExpress control accesses System.Environment.
ThrowOnErrors() staticThrows an exception if a request to System.Environment fails.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

EnvironmentPolicy Class

EnvironmentPolicy Members

DevExpress.Data.Utils Namespace