PrintQueue.InternalDispose(Boolean) 方法
定义
释放由 PrintQueue 占用的非托管资源,还可以另外再释放托管资源。Releases the unmanaged resources used by the PrintQueue and optionally releases the managed resources.
protected:
override void InternalDispose(bool disposing);
[System.Security.SecurityCritical]
protected override sealed void InternalDispose (bool disposing);
override this.InternalDispose : bool -> unit
Protected Overrides NotOverridable Sub InternalDispose (disposing As Boolean)
参数
- disposing
- Boolean
true
表示释放托管资源和非托管资源;false
表示仅释放非托管资源。true
to release both managed and unmanaged resources; false
to release only unmanaged resources.
- 属性