1 interface inheriting from ICorDebugDataTarget
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget.cs (1)
22file unsafe interface InterfaceImplementation : global::Microsoft.Diagnostics.DataContractReader.Legacy.ICorDebugDataTarget
16 references to ICorDebugDataTarget
libmscordaccore_universal (4)
Entrypoints.cs (4)
278object dataTarget = ComInterfaceMarshaller<ICorDebugDataTarget>.ConvertToManaged((void*)pTarget)!; 438ICorDebugDataTarget dataTarget = targetObject as ICorDebugDataTarget ?? throw new ArgumentException( 439$"Data target does not implement {nameof(ICorDebugDataTarget)}", nameof(targetObject));
Microsoft.Diagnostics.DataContractReader.Legacy (12)
_generated\18\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);