Click or drag to resize

ObjectEx Class

A helper class for working with .NET objects.
Inheritance Hierarchy
SystemObject
  NeoAxisObjectEx

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static class ObjectEx

The ObjectEx type exposes the following members.

Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
Public Extension MethodPropertyGet(Object, String, Object, Boolean) Gets the value of the object property by name.
Public Extension MethodPropertyGetT(Object, String, Object, Boolean) Gets the value of the object property by name.
Public Extension MethodPropertySet Sets the value of the object property by name.
Public methodStatic memberSelect 
Top
See Also