InkRecognizer.Dispose - метод
Обновлен: Ноябрь 2007
Releases all resources used by the InkRecognizer.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink.Analysis (в Microsoft.Ink.Analysis.dll)
Синтаксис
'Декларация
Public Sub Dispose
'Применение
Dim instance As InkRecognizer
instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
public final void Dispose()
public final function Dispose()
Реализации
Заметки
Call Dispose when you finish using the InkRecognizer. The Dispose method leaves the InkRecognizer in an unusable state. After calling Dispose, you must release all references to the InkRecognizer so that the garbage collector can reclaim the memory that the InkRecognizer was occupying. For more information, see Cleaning and Implementing a Dispose Method.
![]() |
---|
Always call Dispose before you release your last reference to the InkRecognizer. Otherwise, the resources that Dispose is using are not freed until the garbage collector calls the InkRecognizer object's Finalize method. |
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0