PrintSystemObject Class
Defines basic properties and methods that are common to the objects of the printing system. Classes that derive from this class represent such objects as print queues, print servers, and print jobs.
System.Printing::PrintSystemObject
System.Printing::PrintFilter
System.Printing::PrintPort
System.Printing::PrintQueue
System.Printing::PrintServer
System.Printing::PrintSystemJobInfo
Assembly: System.Printing (in System.Printing.dll)
The PrintSystemObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PrintSystemObject() | Initializes a new instance of the PrintSystemObject class. |
![]() | PrintSystemObject(PrintSystemObjectLoadMode) | Initializes a new instance of the PrintSystemObject class by using the specified PrintSystemObjectLoadMode. |
| Name | Description | |
|---|---|---|
![]() | IsDisposed | Gets or sets a value that indicates whether the object has been disposed. |
![]() | Name | Gets the name of the object. |
![]() | Parent | Gets the parent of the object. |
![]() | PropertiesCollection | Gets a collection of attribute and value pairs. |
| Name | Description | |
|---|---|---|
![]() ![]() | BaseAttributeNames | Gets the names of the attributes of the derived class. |
![]() | Commit | When overridden in a derived class, writes any changes that your program has made to the object's properties to the actual software or hardware component that the object represents. |
![]() | Dispose() | Releases all resources used by the PrintSystemObject. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the PrintSystemObject and optionally releases the managed resources. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Releases the resources that are being used by the PrintSystemObject. (Overrides Object::Finalize().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | Initializes the properties of the PrintSystemObject. |
![]() | InternalDispose | When overridden in a derived class, releases the unmanaged resources that are being used by the PrintSystemObject, and optionally releases the managed resources that are being used. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Refresh | When overridden in a derived class, updates the properties of an object of the derived class so that its values match the values of the actual software or hardware component that the object represents. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
In addition to being the base class for print system objects, this class can be useful for calling methods when your application does not know or does not care what particular type of print system object it is using. For example, you could enumerate through a PrintSystemObjects collection of different object types, calling the Commit method on each of them in turn.
Notes to InheritorsIf you derive a class from PrintSystemObject, you may want to derive a collection of objects of that class from PrintSystemObjects.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
