Click or drag to resize
Cimbalino ToolkitObjectExtensions Class
Provides a set of static (Shared in Visual Basic) methods for Object instances.
Inheritance Hierarchy
SystemObject
  Cimbalino.Toolkit.ExtensionsObjectExtensions

Namespace: Cimbalino.Toolkit.Extensions
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public static class ObjectExtensions

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
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also