PrintServer.InternalDispose(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
釋放 PrintServer 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。
protected:
override void InternalDispose(bool disposing);
protected override sealed void InternalDispose (bool disposing);
[System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions]
[System.Security.SecurityCritical]
protected override sealed void InternalDispose (bool disposing);
override this.InternalDispose : bool -> unit
[<System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptions>]
[<System.Security.SecurityCritical>]
override this.InternalDispose : bool -> unit
Protected Overrides NotOverridable Sub InternalDispose (disposing As Boolean)
參數
- disposing
- Boolean
true
表示釋放 Managed 和 Unmanaged 資源,false
則表示只釋放 Unmanaged 資源。
- 屬性