Releases unmanaged resources and performs other cleanup operations before the
KeyContainer is reclaimed by garbage collection.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Protected Sub Finalize() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As KeyContainer
instance.Finalize() |
C# | |
---|
protected override void Finalize() |
C++/CLI | |
---|
protected:
void Finalize(); override |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also