Back to Devexpress

RegistryAccessPolicy Methods

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

latest3.7 KB
Original Source

RegistryAccessPolicy Methods

Allows you to spot, analyze, and prohibit unwanted requests to the system registry.

NameDescription
AllowOperation(RegistryOperation) staticEnables the specified registry operation.
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.
IsOperationAllowed(RegistryOperation) staticIndicates whether the specified registry operation is allowed.
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.
SuppressAllOperations() staticSuppresses all requests to the system registry.
SuppressReadOperations() staticSuppresses read operations from the system registry.
SuppressWriteOperations() staticSuppresses requests to write to the system registry.
ThrowAlways() staticThrows an exception when the control accesses the system registry.
ThrowOnErrors() staticThrows an exception if a read/write request to the system registry fails.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

RegistryAccessPolicy Class

RegistryAccessPolicy Members

DevExpress.Data.Utils Namespace