ホーム › System.Diagnostics.ClrProfiling › ICorProfilerCallback
ICorProfilerCallback
COMメソッド 69
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT Initialize(IUnknown* pICorProfilerInfoUnk) |
| 4 | HRESULT Shutdown() |
| 5 | HRESULT AppDomainCreationStarted(UINT_PTR appDomainId) |
| 6 | HRESULT AppDomainCreationFinished(UINT_PTR appDomainId, HRESULT hrStatus) |
| 7 | HRESULT AppDomainShutdownStarted(UINT_PTR appDomainId) |
| 8 | HRESULT AppDomainShutdownFinished(UINT_PTR appDomainId, HRESULT hrStatus) |
| 9 | HRESULT AssemblyLoadStarted(UINT_PTR assemblyId) |
| 10 | HRESULT AssemblyLoadFinished(UINT_PTR assemblyId, HRESULT hrStatus) |
| 11 | HRESULT AssemblyUnloadStarted(UINT_PTR assemblyId) |
| 12 | HRESULT AssemblyUnloadFinished(UINT_PTR assemblyId, HRESULT hrStatus) |
| 13 | HRESULT ModuleLoadStarted(UINT_PTR moduleId) |
| 14 | HRESULT ModuleLoadFinished(UINT_PTR moduleId, HRESULT hrStatus) |
| 15 | HRESULT ModuleUnloadStarted(UINT_PTR moduleId) |
| 16 | HRESULT ModuleUnloadFinished(UINT_PTR moduleId, HRESULT hrStatus) |
| 17 | HRESULT ModuleAttachedToAssembly(UINT_PTR moduleId, UINT_PTR AssemblyId) |
| 18 | HRESULT ClassLoadStarted(UINT_PTR classId) |
| 19 | HRESULT ClassLoadFinished(UINT_PTR classId, HRESULT hrStatus) |
| 20 | HRESULT ClassUnloadStarted(UINT_PTR classId) |
| 21 | HRESULT ClassUnloadFinished(UINT_PTR classId, HRESULT hrStatus) |
| 22 | HRESULT FunctionUnloadStarted(UINT_PTR functionId) |
| 23 | HRESULT JITCompilationStarted(UINT_PTR functionId, BOOL fIsSafeToBlock) |
| 24 | HRESULT JITCompilationFinished(UINT_PTR functionId, HRESULT hrStatus, BOOL fIsSafeToBlock) |
| 25 | HRESULT JITCachedFunctionSearchStarted(UINT_PTR functionId, BOOL* pbUseCachedFunction) |
| 26 | HRESULT JITCachedFunctionSearchFinished(UINT_PTR functionId, COR_PRF_JIT_CACHE result) |
| 27 | HRESULT JITFunctionPitched(UINT_PTR functionId) |
| 28 | HRESULT JITInlining(UINT_PTR callerId, UINT_PTR calleeId, BOOL* pfShouldInline) |
| 29 | HRESULT ThreadCreated(UINT_PTR threadId) |
| 30 | HRESULT ThreadDestroyed(UINT_PTR threadId) |
| 31 | HRESULT ThreadAssignedToOSThread(UINT_PTR managedThreadId, DWORD osThreadId) |
| 32 | HRESULT RemotingClientInvocationStarted() |
| 33 | HRESULT RemotingClientSendingMessage(GUID* pCookie, BOOL fIsAsync) |
| 34 | HRESULT RemotingClientReceivingReply(GUID* pCookie, BOOL fIsAsync) |
| 35 | HRESULT RemotingClientInvocationFinished() |
| 36 | HRESULT RemotingServerReceivingMessage(GUID* pCookie, BOOL fIsAsync) |
| 37 | HRESULT RemotingServerInvocationStarted() |
| 38 | HRESULT RemotingServerInvocationReturned() |
| 39 | HRESULT RemotingServerSendingReply(GUID* pCookie, BOOL fIsAsync) |
| 40 | HRESULT UnmanagedToManagedTransition(UINT_PTR functionId, COR_PRF_TRANSITION_REASON reason) |
| 41 | HRESULT ManagedToUnmanagedTransition(UINT_PTR functionId, COR_PRF_TRANSITION_REASON reason) |
| 42 | HRESULT RuntimeSuspendStarted(COR_PRF_SUSPEND_REASON suspendReason) |
| 43 | HRESULT RuntimeSuspendFinished() |
| 44 | HRESULT RuntimeSuspendAborted() |
| 45 | HRESULT RuntimeResumeStarted() |
| 46 | HRESULT RuntimeResumeFinished() |
| 47 | HRESULT RuntimeThreadSuspended(UINT_PTR threadId) |
| 48 | HRESULT RuntimeThreadResumed(UINT_PTR threadId) |
| 49 | HRESULT MovedReferences(DWORD cMovedObjectIDRanges, UINT_PTR* oldObjectIDRangeStart, UINT_PTR* newObjectIDRangeStart, DWORD* cObjectIDRangeLength) |
| 50 | HRESULT ObjectAllocated(UINT_PTR objectId, UINT_PTR classId) |
| 51 | HRESULT ObjectsAllocatedByClass(DWORD cClassCount, UINT_PTR* classIds, DWORD* cObjects) |
| 52 | HRESULT ObjectReferences(UINT_PTR objectId, UINT_PTR classId, DWORD cObjectRefs, UINT_PTR* objectRefIds) |
| 53 | HRESULT RootReferences(DWORD cRootRefs, UINT_PTR* rootRefIds) |
| 54 | HRESULT ExceptionThrown(UINT_PTR thrownObjectId) |
| 55 | HRESULT ExceptionSearchFunctionEnter(UINT_PTR functionId) |
| 56 | HRESULT ExceptionSearchFunctionLeave() |
| 57 | HRESULT ExceptionSearchFilterEnter(UINT_PTR functionId) |
| 58 | HRESULT ExceptionSearchFilterLeave() |
| 59 | HRESULT ExceptionSearchCatcherFound(UINT_PTR functionId) |
| 60 | HRESULT ExceptionOSHandlerEnter(UINT_PTR __unused) |
| 61 | HRESULT ExceptionOSHandlerLeave(UINT_PTR __unused) |
| 62 | HRESULT ExceptionUnwindFunctionEnter(UINT_PTR functionId) |
| 63 | HRESULT ExceptionUnwindFunctionLeave() |
| 64 | HRESULT ExceptionUnwindFinallyEnter(UINT_PTR functionId) |
| 65 | HRESULT ExceptionUnwindFinallyLeave() |
| 66 | HRESULT ExceptionCatcherEnter(UINT_PTR functionId, UINT_PTR objectId) |
| 67 | HRESULT ExceptionCatcherLeave() |
| 68 | HRESULT COMClassicVTableCreated(UINT_PTR wrappedClassId, GUID* implementedIID, void* pVTable, DWORD cSlots) |
| 69 | HRESULT COMClassicVTableDestroyed(UINT_PTR wrappedClassId, GUID* implementedIID, void* pVTable) |
| 70 | HRESULT ExceptionCLRCatcherFound() |
| 71 | HRESULT ExceptionCLRCatcherExecute() |