PrintSystemObjects 클래스
정의
인쇄 시스템 개체의 컬렉션을 나타냅니다.Represents a collection of print system objects.
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합니다.If you derive a class from PrintSystemObject, you may want to derive a collection of objects of that class from PrintSystemObjects.
주의
내에서 클래스를 System.Printing 네임 스페이스는 Windows 서비스 또는 ASP.NET 애플리케이션 또는 서비스 내에서 사용 하 여 지원 되지 않습니다.Classes within the System.Printing namespace are not supported for use within a Windows service or ASP.NET application or service. 이러한 애플리케이션 형식 중 하나에서 이러한 클래스를 사용 하는 동안 예기치 않은 문제가 발생할 수 있습니다, 그리고 감소와 같은 서비스 성능 및 런타임 예외입니다.Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-time exceptions.
Windows Forms 애플리케이션에서 인쇄 하려는 경우 참조는 System.Drawing.Printing 네임 스페이스입니다.If you want to print from a Windows Forms application, see the System.Drawing.Printing namespace.
생성자
PrintSystemObjects() |
PrintSystemObjects 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the PrintSystemObjects class. |
메서드
Dispose() |
PrintSystemObjects에서 사용하는 모든 리소스를 해제합니다.Releases all resources used by the PrintSystemObjects. |
Dispose(Boolean) |
PrintSystemObjects에서 사용하는 관리되지 않는 리소스를 해제하고 관리되는 리소스를 선택적으로 해제합니다.Releases the unmanaged resources that are used by the PrintSystemObjects and optionally releases the managed resources. |
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |