ICorProfilerModuleEnum::Clone Method
Gets an interface pointer to a copy of this ICorProfilerModuleEnum interface.
Syntax
HRESULT Clone([out] ICorProfilerObjectEnum **ppEnum);
Parameters
ppEnum
[out] A pointer to the interface pointer that in turn points to the copy of this ICorProfilerModuleEnum interface. The copy of the enumerator maintains its own enumeration state separately from this enumerator. However, the copy's initial cursor position is the same as this enumerator's current cursor position.
Requirements
Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.