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

Атрибуты

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