Поделиться через


InkRecognizerBase.Dispose - метод

Обновлен: Ноябрь 2007

Releases all resources used by the InkRecognizerBase.

Пространство имен:  System.Windows.Ink.AnalysisCore
Сборка:  IACore (в IACore.dll)

Синтаксис

'Декларация
Public Sub Dispose
'Применение
Dim instance As InkRecognizerBase

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
public final void Dispose()
public final function Dispose()

Реализации

IDisposable.Dispose()

Заметки

Call Dispose when you finish using the InkRecognizerBase. The Dispose method leaves the InkRecognizerBase in an unusable state. After calling Dispose, you must release all references to the InkRecognizerBase so that the garbage collector can reclaim the memory that the InkRecognizerBase was occupying. For more information, see Cleaning and Implementing a Dispose Method.

ms615406.alert_note(ru-ru,VS.90).gifПримечание.

Always call Dispose before you release your last reference to the InkRecognizerBase. Otherwise, the resources that Dispose is using are not freed until the garbage collector calls the InkRecognizerBase object's Finalize method.

Платформы

Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

InkRecognizerBase Класс

InkRecognizerBase - члены

System.Windows.Ink.AnalysisCore - пространство имен