.NET 框架类库
X# Runtime and VO SDK Reference
X# Runtime and SDK Reference
XSharp
IDynamicProperties 接口
IDynamicProperties 方法
IDynamicProperties 接口
This interface is used for objects that implement a special mechanism for reading / writing properties at runtime.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
X#
C#
复制
INTERFACE
IDynamicProperties
public
interface
IDynamicProperties
IDynamicProperties
类型公开以下成员。
方法
名称
说明
GetPropertyNames
Retrieve an array of the property names that exist.
NoIvarGet
Retrieve the value of a property by name.
NoIvarPut
Update the value of a property by name.
Top
参见
引用
XSharp 命名空间