Module::Module Constructor

Initializes a new instance of the Module class.

Module();

Remarks

This constructor is protected and cannot be called with the new keyword. Instead, call either Module::GetModule Method or Module::Create Method.

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

Reference

Module Class