|
boolean Limits::IsMethodPresent |
( |
wstring |
strInstance, |
|
|
wstring |
strClass, |
|
|
wstring |
strMethod |
|
) |
| |
Checks if a method is present.
- Parameters:
-
strInstance | (wstring) requested instance. Instance may be omitted together with dot for default instance. (optional) |
strClass | (wstring) KSC interface class name. |
strMethod | (wstring) KSC method name. |
- Returns:
- (boolean) returns true if the method is declared and can be used
- Attention:
- Instance, class name and method name are case sensitive.
- Note:
- For more details see Request
|