| Visual Basic (Declaration) | |
|---|---|
Protected Overrides Sub Finalize() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AttachmentStream instance.Finalize() | |
| C# | |
|---|---|
protected override void Finalize() | |
| Managed Extensions for C++ | |
|---|---|
protected: void Finalize(); override | |
| C++/CLI | |
|---|---|
protected: void Finalize(); override | |
This is used by the System to clean up resources for the noted object. This method is needed to make sure critical cleanup information is not lost before Object.Dispose is called.
Target Platforms: Microsoft .NET Framework 2.0