2 interfaces inheriting from ICorDebugDataTarget
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.cs (1)
22file unsafe interface InterfaceImplementation : global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget
Dbi\IDacDbiInterface.cs (1)
27public unsafe partial interface ICorDebugMutableDataTarget : ICorDebugDataTarget
24 references to ICorDebugDataTarget
libmscordaccore_universal (5)
Entrypoints.cs (5)
287ICorDebugDataTarget dataTarget = 288UniqueComInterfaceMarshaller<ICorDebugDataTarget>.ConvertToManaged((void*)pTarget)!; 479ICorDebugDataTarget dataTarget = targetObject as ICorDebugDataTarget ?? throw new ArgumentException( 480$"Data target does not implement {nameof(ICorDebugDataTarget)}", nameof(targetObject));
Microsoft.Diagnostics.DataContractReader.Legacy (19)
_generated\20\Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.cs (12)
41int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.GetPlatform(int* pTargetPlatform) 43var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget)); 60global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget @this = default; 65@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget>(__this_native); 78int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.ReadVirtual(ulong address, byte* pBuffer, uint bytesRequested, uint* pBytesRead) 80var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget)); 97global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget @this = default; 102@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget>(__this_native); 115int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.GetThreadContext(uint threadId, uint contextFlags, uint contextSize, byte* pContext) 117var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget)); 134global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget @this = default; 139@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget>(__this_native);
_generated\21\Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugMutableDataTarget.cs (7)
33global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget).TypeHandle).ManagedVirtualMethodTable, 207int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.GetPlatform(int* pTargetPlatform) => throw new global::System.Diagnostics.UnreachableException(); 209int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.ReadVirtual(ulong address, byte* pBuffer, uint bytesRequested, uint* pBytesRead) => throw new global::System.Diagnostics.UnreachableException(); 211int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.GetThreadContext(uint threadId, uint contextFlags, uint contextSize, byte* pContext) => throw new global::System.Diagnostics.UnreachableException(); 222new int GetPlatform(int* pTargetPlatform) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget)this).GetPlatform(pTargetPlatform); 226new int ReadVirtual(ulong address, byte* pBuffer, uint bytesRequested, uint* pBytesRead) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget)this).ReadVirtual(address, pBuffer, bytesRequested, pBytesRead); 230new int GetThreadContext(uint threadId, uint contextFlags, uint contextSize, byte* pContext) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget)this).GetThreadContext(threadId, contextFlags, contextSize, pContext);