Freigeben über


Module::ReleaseNotifier Class

 

The latest version of this topic can be found at Module::ReleaseNotifier Class.

Invokes an event handler when the last object in a module is released.

Syntax

class ReleaseNotifier;  

Members

Public Constructors

Name Description
Module::ReleaseNotifier::~ReleaseNotifier Destructor Deinitializes the current instance of the Module::ReleaseNotifier class.
Module::ReleaseNotifier::ReleaseNotifier Constructor Initializes a new instance of the Module::ReleaseNotifier class.

Public Methods

Name Description
Module::ReleaseNotifier::Invoke Method When implemented, calls an event handler when the last object in a module is released.
Module::ReleaseNotifier::Release Deletes the current Module::ReleaseNotifier object if the object was constructed with a parameter of true.

Inheritance Hierarchy

ReleaseNotifier

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

Module Class