IObject Interface |
Namespace: SmartBear.TestLeft.TestObjects
The IObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | CallMethod(String,Object[]) |
Invokes the specified method.
|
![]() | CallMethod<T>(String,Object[]) |
Invokes the specified method and returns the result.
|
![]() | Cast<T> |
Casts the interface to an interface of another type.
|
![]() | GetProperty<T> |
Returns the value of the specified property.
|
![]() | SetProperty |
Sets a value for the specified property.
|