ModuleBase Class

Supports the WRL infrastructure and is not intended to be used directly from your code.

class ModuleBase;

Remarks

Represents the base class of the Module classes.

Members

Public Constructors

Name

Description

ModuleBase::ModuleBase Constructor

Initializes an instance of the Module class.

ModuleBase::~ModuleBase Destructor

Deinitializes the current instance of the Module class.

Public Methods

Name

Description

ModuleBase::DecrementObjectCount Method

When implemented, decrements the number of objects tracked by the module.

ModuleBase::IncrementObjectCount Method

When implemented, increments the number of objects tracked by the module.

Inheritance Hierarchy

ModuleBase

Requirements

Header: implements.h

Namespace: Microsoft::WRL::Details

See Also

Reference

Microsoft::WRL::Details Namespace