System.IO.IODescriptionAttribute 类

方法描述

设置可视化设计器在引用事件、扩展程序或属性时可显示的说明。

语法定义(C# System.IO.IODescriptionAttribute 类 的用法)

[AttributeUsageAttribute(AttributeTargets.All)]
public class IODescriptionAttribute : DescriptionAttribute

构造函数

构造函数名称 构造函数描述
IODescriptionAttribute 初始化 IODescriptionAttribute 类的新实例。

成员/方法

方法名称 方法描述
Equals 返回给定对象的值是否等于当前的 DescriptionAttribute。 (继承自 DescriptionAttribute。)
Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
GetHashCode 返回此实例的哈希代码。 (继承自 DescriptionAttribute。)
GetType 获取当前实例的 Type。 (继承自 Object。)
IsDefaultAttribute 返回一个值,该值指示这是否为默认 DescriptionAttribute 实例。 (继承自 DescriptionAttribute。)
Match 当在派生类中重写时,返回一个指示此实例是否等于指定对象的值。 (继承自 Attribute。)
MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
ToString 返回表示当前对象的字符串。 (继承自 Object。)

提示和注释

有关使用特性的更多信息,请参见 利用特性扩展元数据。

System.IO.IODescriptionAttribute 类例子


继承层次结构

System.Object

System.Attribute

System.ComponentModel.DescriptionAttribute

System.IO.IODescriptionAttribute

命名空间

namespace: System.IO

程序集: System(在 System.dll 中)

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

版本信息

.NET Framework 受以下版本支持:4、3.5、3.0、2.0、1.1、1.0 .NET Framework Client Profile 受以下版本支持:4、3.5 SP1

适用平台

Windows 7, Windows Vista SP1 或更高版本, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008(不支持服务器核心), Windows Server 2008 R2(支持 SP1 或更高版本的服务器核心), Windows Server 2003 SP2 .NET Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。