Share via


ICorProfilerCallback::FunctionUnloadStarted Method

Notifies the profiler that the runtime has started to unload a function.

HRESULT FunctionUnloadStarted(
    [in] FunctionID functionId); 

Parameters

  • functionId
    [in] The ID of the function that is being unloaded.

Remarks

The value of the functionId parameter is no longer valid after this method returns to the caller.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Concepts

ICorProfilerCallback Interface