Module Class |
The Module type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileName | Gets the Module's file name. |
![]() | PublicClassNames | Gets the Module's public class names. |
![]() | StepInto | Gets/sets the Module's step into property. |
![]() | Uses | Gets the Module's uses array. |
Name | Description | |
---|---|---|
![]() | Call | Calls a Module's public sub (or function). |
![]() | CallPA | Calls a Module's public sub (or function). |
![]() | Dispose | Releases the resources used by the Module. |
![]() | 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 Module's public function (or property get) and return a result. |
![]() | EvaluatePA | Evaluates a Module's public function (or property get) 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) |
![]() | PublicMethodNames | Gets the Module's public method names. |
![]() | PublicPropertyNames | Gets the Module's public property names. |
![]() | ReportError | Reports an error generated during a Handler or Module object call. |
![]() | Set | Assigns an object reference to a Module's public property. |
![]() | SetPA | Evaluates a Module's public function (or property get) and return a result. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |