![]() | ObjectExtensions Class |
Namespace: Cimbalino.Toolkit.Extensions
public static class ObjectExtensions
The ObjectExtensions type exposes the following members.
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.
|