| title | ModuleType Enumeration | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 11/04/2016 | ||
| ms.technology |
|
||
| ms.topic | reference | ||
| f1_keywords |
|
||
| dev_langs |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 61a763af-a5a4-451d-8b40-815af507fcde | ||
| author | mikeblome | ||
| ms.author | mblome | ||
| ms.workload |
|
Specifies whether a module should support an in-process server or an out-of-process server.
enum ModuleType;| Name | Description |
|---|---|
InProc |
An in-process server. |
OutOfProc |
An out-of-process server. |
DisableCaching |
Disable caching mechanism on Module. |
InProcDisableCaching |
Combination of InProc and DisableCaching. |
OutOfProcDisableCaching |
Combination of OutOfProc and DisableCaching. |
Header: module.h
Namespace: Microsoft::WRL