ホーム › System.Diagnostics.ClrProfiling › ICorProfilerInfo4
ICorProfilerInfo4
COMメソッド 10
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 71 | HRESULT EnumThreads(ICorProfilerThreadEnum** ppEnum) |
| 72 | HRESULT InitializeCurrentThread() |
| 73 | HRESULT RequestReJIT(DWORD cFunctions, UINT_PTR* moduleIds, DWORD* methodIds) |
| 74 | HRESULT RequestRevert(DWORD cFunctions, UINT_PTR* moduleIds, DWORD* methodIds, HRESULT* status) |
| 75 | HRESULT GetCodeInfo3(UINT_PTR functionID, UINT_PTR reJitId, DWORD cCodeInfos, DWORD* pcCodeInfos, COR_PRF_CODE_INFO* codeInfos) |
| 76 | HRESULT GetFunctionFromIP2(BYTE* ip, UINT_PTR* pFunctionId, UINT_PTR* pReJitId) |
| 77 | HRESULT GetReJITIDs(UINT_PTR functionId, DWORD cReJitIds, DWORD* pcReJitIds, UINT_PTR* reJitIds) |
| 78 | HRESULT GetILToNativeMapping2(UINT_PTR functionId, UINT_PTR reJitId, DWORD cMap, DWORD* pcMap, COR_DEBUG_IL_TO_NATIVE_MAP* map) |
| 79 | HRESULT EnumJITedFunctions2(ICorProfilerFunctionEnum** ppEnum) |
| 80 | HRESULT GetObjectSize2(UINT_PTR objectId, UINT_PTR* pcSize) |