Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Gets an interface pointer to a copy of this ICorProfilerFunctionEnum interface.
Syntax
HRESULT Clone([out] ICorProfilerFunctionEnum **ppEnum);
Parameters
ppEnum
[out] A pointer to the interface pointer, which, in turn, points to the copy of this ICorProfilerFunctionEnum 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