Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows an instance of the GPRsop class to attempt to free resources and perform other cleanup operations before the it is reclaimed by garbage collection.
Namespace: Microsoft.GroupPolicy
Assembly: Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)
Syntax
protected override void Finalize()
protected:
virtual void Finalize() override
override Finalize : unit -> unit
Protected Overrides Sub Finalize
Implements
Remarks
This method overrides Finalize. Application code should not call this method; an 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.For more information, see Finalize Methods and Destructors, Cleaning Up Unmanaged Resources, and Overriding the Finalize Method.
See Also
GPRsop Class
Microsoft.GroupPolicy Namespace
Return to top