EnvironmentPolicy Methods
Allows you to spot, analyze, and prohibit unwanted requests to System.Environment
initiated by DevExpress controls.
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Suppress |
Suppresses all requests to System. . No exception is thrown.
|
Suppress |
Prevents DevExpress controls from forcibly exiting the current process. |
Suppress |
Prevents DevExpress controls from reading environment variables. |
Suppress |
Prevents DevExpress controls from reading current process data (for example, Current , Process , Process ).
|
Suppress |
Prevents DevExpress controls from getting the path to the specified system special folder. |
Suppress |
Prevents DevExpress controls from setting the current directory. |
Suppress |
Prevents DevExpress controls from setting environment variables. |
Throw |
Throws an exception when the DevExpress control accesses System. .
|
Throw |
Throws an exception if a request to System. fails.
|
To |
Returns a string that represents the current object. Inherited from Object. |
See Also