PrintSystemObjects 类

定义

代表打印系统对象的集合。

public ref class PrintSystemObjects abstract : IDisposable
public abstract class PrintSystemObjects : IDisposable
type PrintSystemObjects = class
    interface IDisposable
Public MustInherit Class PrintSystemObjects
Implements IDisposable
继承
PrintSystemObjects
派生
实现

注解

如果从 PrintSystemObject派生类,则可能需要从 PrintSystemObjects派生该类的对象集合。

注意

命名空间中的 System.Printing 类不支持在 Windows 服务或 ASP.NET 应用程序或服务中使用。 尝试从这些应用程序类型之一使用这些类可能会产生意外问题,例如服务性能降低和运行时异常。

如果要从Windows 窗体应用程序打印,请参阅 System.Drawing.Printing 命名空间。

构造函数

PrintSystemObjects()

初始化 PrintSystemObjects 类的新实例。

方法

Dispose()

释放由 PrintSystemObjects 使用的所有资源。

Dispose(Boolean)

释放由 PrintSystemObjects 占用的非托管资源并(可选)释放托管资源。

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于