ModuleBase Class
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at ModuleBase Class.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
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