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