Handler Class |
The Handler type exposes the following members.
| Name | Description | |
|---|---|---|
| Exists | Gets the Handler's existance state. | |
| IsModuleLoaded | Gets the Handler's module loaded state. | |
| ProcName | Gets the procedure name for the Handler. | |
| Prototype | Gets the prototype for the Handler. | |
| StepInto | Gets or sets the Handler's step into mode. |
| Name | Description | |
|---|---|---|
| Call | Calls a sub or function. | |
| CallPA | Calls a sub or function. | |
| Dispose | Releases the resources used by the Handler. | |
| Dispose(Boolean) | Releases the unmanaged resources and optionally releases the managed resources. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Evaluate | Evaluates a function and return a result. | |
| EvaluatePA | Evaluates a function and return a result. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ReportError | Reports an error generated during a Handler or Module object call. | |
| Start | Starts a sub. | |
| StartPA | Starts a sub. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
WWB.NET: Connecting a Sub/Function to a handler requires the Handles keyword.