ResultSnippet.Finalize Method

Applies To: Windows 8.1

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage

Me.Finalize

Syntax

'Declaration
Protected Overrides Sub Finalize
~ResultSnippet()
!ResultSnippet ()
protected void finalize ()
protected override function Finalize ()

Remarks

The Finalize method is used to perform cleanup operations on unmanaged resources held by the current object before the current object is destroyed. The method is protected and therefore is accessible only through this class or through a derived class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

ResultSnippet Class
ResultSnippet Members
Microsoft.Assessments.Runtime Namespace