Retrieves the method entry requests for the specific class and method.
Retrieves the method entry requests for the specific class and method.
The name of the class targeted by the method entry request
The name of the method targeted by the method entry request
Some collection of method entry requests if they exist, otherwise None
Returns the information for a method entry request with the specified id.
Returns the information for a method entry request with the specified id.
The id of the request
Some method entry information if found, otherwise None
Retrieves the method entry request with the specified id.
Retrieves the method entry request with the specified id.
The id of the request
Some method entry request if it exists, otherwise None
Determines if a method entry request for the specific class and method exists.
Determines if a method entry request for the specific class and method exists.
The name of the class targeted by the method entry request
The name of the method targeted by the method entry request
True if a method entry request exists, otherwise false
Determines if a method entry request exists with the specified id.
Determines if a method entry request exists with the specified id.
The id of the request
True if a method entry request exists, otherwise false
Retrieves the list of method entry requests contained by this manager.
Retrieves the list of method entry requests contained by this manager.
The collection of method entry request information
Retrieves the list of method entry requests contained by this manager.
Retrieves the list of method entry requests contained by this manager.
The collection of method entry requests by id
Creates a new method entry request for the specified class and method.
Creates a new method entry request for the specified class and method.
The name of the class whose method entry events to watch
The name of the method whose entry to watch
Any additional arguments to provide to the request
Success(id) if successful, otherwise Failure
The method name is purely used for indexing the request in the internal list. You should set a method name filter on the event handler for the method entry event.
Creates a method entry request based on the specified information.
Creates a method entry request based on the specified information.
The information used to create the method entry request
Success(id) if successful, otherwise Failure
Creates a new method entry request for the specified method using the method's name.
Creates a new method entry request for the specified method using the method's name.
The id of the request used to retrieve and delete it
The name of the class containing the method
The name of the method 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
Represents the manager used to store pending method entry requests and process them later.
Represents the manager used to store pending method entry requests and process them later.
Retrieves a list of all pending method entry requests.
Retrieves a list of all pending method entry requests.
The collection of method entry request information
Retrieves a list of pending method entry requests for the specified class.
Retrieves a list of pending method entry requests for the specified class.
The full name of the class whose pending method entry requests to retrieve
The collection of successfully-processed method entry requests
Processes all pending method entry requests.
Processes all pending method entry requests.
The collection of successfully-processed method entry requests
Processes all pending method entry requests for the specified class.
Processes all pending method entry requests for the specified class.
The full name of the class whose pending method entry requests to process
The collection of successfully-processed method entry requests
Removes the method entry for the specified method.
Removes the method entry for the specified method.
The name of the class containing the method
The name of the method to watch
True if successfully removed method entry, otherwise false
Removes the method entry request with the specified id.
Removes the method entry request with the specified id.
The id of the Method Entry Request
True if the method entry 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 method entry capabilities to an existing method entry manager.
Contains an internal pending action manager.