Язык

PrintServer.InternalDispose(Boolean) Метод

Определение

Освобождает неуправляемые ресурсы, используемые PrintServer и при необходимости освобождает управляемые ресурсы.

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 для выпуска управляемых и неуправляемых ресурсов; false для выпуска только неуправляемых ресурсов.

Атрибуты

Применяется к