InkCollector.Dispose - метод (Boolean)
Обновлен: Ноябрь 2007
Releases the unmanaged resources used by the InkCollector object and optionally releases the managed resources.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
'Применение
Dim disposing As Boolean
Me.Dispose(disposing)
protected virtual void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
)
protected void Dispose(
boolean disposing
)
protected function Dispose(
disposing : boolean
)
Параметры
- disposing
Тип: System.Boolean
Set to true to release both managed and unmanaged resources; false to release only unmanaged resources.
Заметки
This method is called by the public Dispose method and the Finalize method. The Dispose method invokes the protected Dispose method with the disposing parameter set to true. The Finalize method invokes the Dispose method with the disposing parameter set to false.
When the disposing parameter is set to true, this method releases all resources held by any managed objects that this InkCollector object references. The Dispose method does this by invoking the Dispose method of each referenced object that implements IDisposable.
Примечание. |
---|
to Inheritors The Dispose method can be called multiple times by other objects. When overriding Dispose, be careful not to reference objects that have been previously disposed of in an earlier call to Dispose. For more information about how to implement Dispose, see Implementing a Dispose Method. |
For more information about garbage collection, see Сборка мусора.
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0