CodeObject 类

定义

为大多数代码文档对象模型 (CodeDOM) 对象提供通用基类。

public ref class CodeObject
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public class CodeObject
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type CodeObject = class
Public Class CodeObject
继承
CodeObject
派生
属性

注解

此类是大多数 CodeDOM 对象的基类。

构造函数

名称 说明
CodeObject()

初始化 CodeObject 类的新实例。

属性

名称 说明
UserData

获取当前对象的用户可定义数据。

方法

名称 说明
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于