Returns the collection of modification watchpoint requests representing the modification watchpoint for the specified field.
Returns the collection of modification watchpoint requests representing the modification watchpoint for the specified field.
The name of the class containing the field
The name of the field to watch
Some collection of modification watchpoints for the field, or None if the specified field has no modification watchpoints
Returns the information for a modification watchpoint request with the specified id.
Returns the information for a modification watchpoint request with the specified id.
The id of the request
Some modification watchpoint information if found, otherwise None
Retrieves the modification watchpoint request using the specified id.
Retrieves the modification watchpoint request using the specified id.
The id of the Modification Watchpoint Request
Some modification watchpoint request if it exists, otherwise None
Determines if a modification watchpoint request with the specified field.
Determines if a modification watchpoint request with the specified field.
The name of the class containing the field
The name of the field to watch
True if a modification watchpoint request with the id exists, otherwise false
Determines if a modification watchpoint request with the specified id.
Determines if a modification watchpoint request with the specified id.
The id of the Modification Watchpoint Request
True if a modification watchpoint request with the id exists, otherwise false
Retrieves the list of modification watchpoints contained by this manager.
Retrieves the list of modification watchpoints contained by this manager.
The collection of modification watchpoint request information
Retrieves the list of modification watchpoints contained by this manager.
Retrieves the list of modification watchpoints contained by this manager.
The collection of modification watchpoints by id
Represents the manager used to store pending modification watchpoint requests and process them later.
Represents the manager used to store pending modification watchpoint requests and process them later.
Creates a new modification watchpoint request for the specified field using the field's name.
Creates a new modification 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 modification watchpoint request based on the specified information.
Creates a modification watchpoint request based on the specified information.
The information used to create the modification watchpoint request
Success(id) if successful, otherwise Failure
Creates a new modification watchpoint request for the specified field using the field's name.
Creates a new modification 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 modification watchpoint requests.
Retrieves a list of all pending modification watchpoint requests.
The collection of modification watchpoint request information
Retrieves a list of pending modification watchpoint requests for the specified class.
Retrieves a list of pending modification watchpoint requests for the specified class.
The full name of the class whose pending modification watchpoint requests to retrieve
The collection of successfully-processed modification watchpoint requests
Processes all pending modification watchpoint requests.
Processes all pending modification watchpoint requests.
The collection of successfully-processed modification watchpoint requests
Processes all pending modification watchpoint requests for the specified class.
Processes all pending modification watchpoint requests for the specified class.
The full name of the class whose pending modification watchpoint requests to process
The collection of successfully-processed modification watchpoint requests
Removes the modification watchpoint for the specified field.
Removes the modification watchpoint for the specified field.
The name of the class containing the field
The name of the field to watch
True if successfully removed modification watchpoint, otherwise false
Removes the modification watchpoint request with the specified id.
Removes the modification watchpoint request with the specified id.
The id of the Modification Watchpoint Request
True if the modification 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 modification watchpoint capabilities to an existing modification watchpoint manager.