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 class and method.
Creates a new method entry request for the specified class and method.
The id of the request used to retrieve and delete it
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.
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
Generates an id for a new request.
Generates an id for a new request.
The id as a string
Removes the specified method entry request.
Removes the specified method entry request.
The name of the class targeted by the method entry request
The name of the method targeted by the method entry request
True if the method entry request was removed (if it existed), otherwise false
Removes the specified method entry request.
Removes the specified method entry request.
The id of the request
True if the method entry request was removed (if it existed), otherwise false
Represents the manager for method entry requests.