IContext Interface Methods
In This Topic
For a list of all members of this type, see IContext members.
Public Methods
| Name | Description |
 | AddParameter | Adds a parameter to the Context. |
 | GetParameter | Gets a parameter from the Context. |
 | GetParameterCount | Gets the count of the Parameters in this context |
 | GetParameters | Gets array filled with parameters names from the context. |
 | GetStrings | Gets array filled with strings from the context. |
 | SetStrings | Sets the array filled with strings from the context. (Additional to the parameters) |
Top
See Also