点击或拖拽改变大小

DataObject 方法

X#

DataObject 类型公开以下成员。

方法
  名称说明
公共方法ClassDescribe
反射类定义
(重写 ClassDescribe(__Usual).)
公共方法ClassName
Retrieves the name of the class an object belongs to.
(继承自 Abstract。)
公共方法ClassObject
Retrieves the class object (System.Type) of a class.
(继承自 Abstract。)
公共方法Copy
Creates a dependent shallow copy of this instance
公共方法DefineMethod
Defines a dynamic method.
公共方法Eval (继承自 Abstract。)
公共方法GetNoIVar
Handles access operations to undefined instance variables.
(继承自 Abstract。)
公共方法GetPropertyNames
公共方法HasIVar (继承自 Abstract。)
公共方法IsDerivedFrom
Checks if an object belongs to or is derived from a particular class.
(继承自 Abstract。)
公共方法IsMemberVar
Checks if the object has a particular member variable
公共方法Merge
Merges exported member variables from another object into this instance.
公共方法NoIvarGet
处理赋值操作并添加未定义的实例变量。
(重写 NoIvarGet(String).)
公共方法NoIvarPut
处理赋值操作并添加未定义的实例变量。
(重写 NoIvarPut(String, __Usual).)
公共方法NoMethod
定义动态方法。
(重写 NoMethod(__Usual, __Usual).)
公共方法Notify
Receives notifications from DatabaseEngines
(继承自 Abstract。)
公共方法SetNoIVar
Handles assign operations to undefined instance variables.
(继承自 Abstract。)
Top
参见