Freigeben über


Strokes.Finalize Method

Frees the resources of the current Strokes object before it is reclaimed by the garbage collector.

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Protected Overrides Sub Finalize
'Usage

Me.Finalize
~Strokes()
!Strokes ()
protected void finalize ()
protected override function Finalize ()
Not applicable.

Remarks

In C# and Managed C++, finalizers are expressed using destructor syntax.

Note

If a derived class overrides the Finalize method, it should call the Finalize method of the base class, ensuring proper release of the object's resources.

The Strokes object's Finalize method is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled by a call to the SuppressFinalize method. Thus, application code usually does not call this method.

This method overrides the Finalize method. Starting with the Microsoft .NET Framework software development kit (SDK), see the topics: Finalize Methods and Destructors, Cleaning Up Unmanaged Resources, and Overriding the Finalize Method for more information.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Strokes Class
Strokes Members
Microsoft.Ink Namespace