Click or drag to resize
Cimbalino ToolkitObjectExtensions Methods

The ObjectExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddEventHandler
Adds an event handler to an event source.
Public methodStatic memberGetPropertyValue(Object, String)
Searches for the public property with the specified name and gets its value.
Public methodStatic memberGetPropertyValueTObject(Object, String)
Searches for the public property with the specified name and gets its value.
Public methodStatic memberInvokeMethod(Object, String, Object)
Searches for the public method with the specified name and invokes it using the specified parameters.
Public methodStatic memberInvokeMethodTObject(Object, String, Object)
Searches for the public method with the specified name and invokes it using the specified parameters, returning the result.
Public methodStatic memberRemoveEventHandler
Removes an event handler from an event source.
Public methodStatic memberSetPropertyValueTObject
Searches for the public property with the specified name and sets its value.
Top
See Also