Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
Contains constant values that specify special identifiers.
Syntax
typedef enum {
PROFILER_PARENT_UNKNOWN = 0xFFFFFFFD,
PROFILER_GLOBAL_CLASS = 0xFFFFFFFE,
PROFILER_GLOBAL_MODULE = 0xFFFFFFFF
} COR_PRF_MISC;
Members
| Member | Description |
|---|---|
PROFILER_PARENT_UNKNOWN |
The default identifier used by ICorProfilerInfo::GetModuleInfo for a module that has not yet been attached to an assembly. |
PROFILER_GLOBAL_CLASS |
The default class identifier for global constants that do not belong to a class. |
PROFILER_GLOBAL_MODULE |
The default module identifier for global objects that do not belong to a module. |
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0
See also
Sadarbojieties ar mums vietnē GitHub
Šī satura avotu var atrast vietnē GitHub, kur varat arī izveidot un pārskatīt problēmas un atgādāšanas pieprasījumus. Lai iegūtu papildinformāciju, skatiet mūsu līdzstrādnieku rokasgrāmatu.