NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TrayIcon.Finalize

Cleans up the resources used during garbage collection, which occurs when Dispose is called. This class cannot be inherited.

[Visual Basic]
Overrides Protected Sub Finalize()
[C#]
protected override void Finalize();
[C++]
protected: override void Finalize();
[JScript]
protected override function Finalize();

Remarks

Notes to Inheritors: When overriding Finalize in a derived class, be sure to call the base class's System.WinForms.Component.Finalize method.

See Also

TrayIcon Class | TrayIcon Members | System.WinForms Namespace | Dispose