Click or drag to resize

IDynamicProperties Interface

X#
This interface is used for objects that implement a special mechanism for reading / writing properties at runtime.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 INTERFACE IDynamicProperties

The IDynamicProperties type exposes the following members.

Methods
  NameDescription
Public methodGetPropertyNames
Retrieve an array of the property names that exist.
Public methodNoIvarGet
Retrieve the value of a property by name.
Public methodNoIvarPut
Update the value of a property by name.
Top
See Also