Retrieves the list of access watchpoints contained by this manager.
Retrieves the list of access watchpoints contained by this manager.
The collection of access watchpoint request information
Retrieves the list of access watchpoints contained by this manager.
Retrieves the list of access watchpoints contained by this manager.
The collection of access watchpoints by id
Returns the collection of access watchpoint requests representing the access watchpoint for the specified field.
Returns the collection of access watchpoint requests representing the access watchpoint for the specified field.
The name of the class containing the field
The name of the field to watch
Some collection of access watchpoints for the field, or None if the specified field has no access watchpoints
Retrieves the access watchpoint request using the specified id.
Retrieves the access watchpoint request using the specified id.
The id of the Access Watchpoint Request
Some access watchpoint request if it exists, otherwise None
Determines if a access watchpoint request with the specified field.
Determines if a access watchpoint request with the specified field.
The name of the class containing the field
The name of the field to watch
True if a access watchpoint request with the id exists, otherwise false
Determines if a access watchpoint request with the specified id.
Determines if a access watchpoint request with the specified id.
The id of the Access Watchpoint Request
True if a access watchpoint request with the id exists, otherwise false
Represents the manager used to store pending access watchpoint requests and process them later.
Represents the manager used to store pending access watchpoint requests and process them later.
Creates a new access watchpoint request for the specified field using the field's name.
Creates a new access watchpoint request for the specified field using the field's name.
The name of the class containing the field
The name of the field to watch
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Creates a access watchpoint request based on the specified information.
Creates a access watchpoint request based on the specified information.
The information used to create the access watchpoint request
Success(id) if successful, otherwise Failure
Creates a new access watchpoint request for the specified field using the field's name.
Creates a new access watchpoint request for the specified field using the field's name.
The id of the request used to retrieve and delete it
The name of the class containing the field
The name of the field to watch
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
Disables pending support.
Disables pending support.
Enables pending support.
Enables pending support.
Indicates whether or not pending support is enabled.
Indicates whether or not pending support is enabled.
True if pending support enabled, otherwise false
Generates an id for a new request.
Generates an id for a new request.
The id as a string
Retrieves a list of all pending access watchpoint requests.
Retrieves a list of all pending access watchpoint requests.
The collection of access watchpoint request information
Retrieves a list of pending access watchpoint requests for the specified class.
Retrieves a list of pending access watchpoint requests for the specified class.
The full name of the class whose pending access watchpoint requests to retrieve
The collection of successfully-processed access watchpoint requests
Processes all pending access watchpoint requests.
Processes all pending access watchpoint requests.
The collection of successfully-processed access watchpoint requests
Processes all pending access watchpoint requests for the specified class.
Processes all pending access watchpoint requests for the specified class.
The full name of the class whose pending access watchpoint requests to process
The collection of successfully-processed access watchpoint requests
Removes the access watchpoint for the specified field.
Removes the access watchpoint for the specified field.
The name of the class containing the field
The name of the field to watch
True if successfully removed access watchpoint, otherwise false
Removes the access watchpoint request with the specified id.
Removes the access watchpoint request with the specified id.
The id of the Access Watchpoint Request
True if the access watchpoint request was removed (if it existed), otherwise false
Sets enablement of pending support to the specified value.
Sets enablement of pending support to the specified value.
True if enabling support, otherwise false
Provides pending access watchpoint capabilities to an existing access watchpoint manager.