|
Method name |
Brief description |
|
GetProperty |
The GetProperty method enables the user to get the value of the specified property of the object stored in the variable. |
|
GetPropertyEx |
The GetPropertyEx method enables the user to get the value of the specified property of the object stored in the variable, using additional parameters. |
|
Invoke |
The Invoke method enables the user to execute the method for the object stored in the variable. |
|
SetProperty |
The SetProperty method enables the user to set the value for the property of the object stored in the variable. |
|
SetPropertyEx |
The SetPropertyEx method enables the user to set the value of the specified property of the object stored in the variable, using additional parameters. |