IObject Methods |
The IObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | CallMethod(String, Object) |
Invokes the specified method.
|
![]() | CallMethodT(String, Object) |
Invokes the specified method and returns the result.
|
![]() | CastT |
Casts the interface to an interface of another type.
|
![]() | GetPropertyT |
Returns the value of the specified property.
|
![]() | SetProperty |
Sets a value for the specified property.
|