In This Topic
IContext is an abstract interface for Context classes.
Syntax
public interface IContext
public interface class IContext
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