Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
Identifies a virtual call stub heap type.
Syntax
typedef enum VCSHeapType { IndcellHeap, LookupHeap, ResolveHeap, DispatchHeap, CacheEntryHeap } VCSHeapType;
Members
| Member | Description |
|---|---|
IndcellHeap |
The indirection cell heap. |
LookupHeap |
The lookup stub heap. |
ResolveHeap |
The resolve stub heap. |
DispatchHeap |
The dispatch stub heap. |
CacheEntryHeap |
The cache entry heap. |
Remarks
This enumeration lives inside the runtime and is not exposed through any headers or library files. To use it, define the enumeration as specified above.
Requirements
Platforms: See System Requirements.
Header: None
Library: None
.NET Framework Versions: Available since 4.7
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.