|  | ObjectExtensions Methods | 
The ObjectExtensions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | AddEventHandler | 
            Adds an event handler to an event source.
             | 
|   | GetPropertyValue(Object, String) | 
            Searches for the public property with the specified name and gets its value.
             | 
|   | GetPropertyValueTObject(Object, String) | 
            Searches for the public property with the specified name and gets its value.
             | 
|   | InvokeMethod(Object, String, Object) | 
            Searches for the public method with the specified name and invokes it using the specified parameters.
             | 
|   | InvokeMethodTObject(Object, String, Object) | 
            Searches for the public method with the specified name and invokes it using the specified parameters, returning the result.
             | 
|   | RemoveEventHandler | 
            Removes an event handler from an event source.
             | 
|   | SetPropertyValueTObject | 
            Searches for the public property with the specified name and sets its value.
             | 
 See Also
See Also