projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
387a68b
)
WIP
author
David Mason
<davmason@microsoft.com>
Sat, 17 Aug 2019 08:22:38 +0000
(
01:22
-0700)
committer
David Mason
<davmason@microsoft.com>
Sat, 17 Aug 2019 08:22:38 +0000
(
01:22
-0700)
src/inc/sospriv.idl
patch
|
blob
|
history
diff --git
a/src/inc/sospriv.idl
b/src/inc/sospriv.idl
index 589642675f7be29bda30079671bad6cdef8978a8..03317bce99adb406b85d2e54cd763cdcb65dbdb9 100644
(file)
--- a/
src/inc/sospriv.idl
+++ b/
src/inc/sospriv.idl
@@
-375,5
+375,15
@@
interface ISOSDacInterface5 : IUnknown
]
interface ISOSDacInterface6 : IUnknown
{
- HRESULT GetMethodTableFieldData(CLRDATA_ADDRESS mt, struct DacpMethodTableFieldData *data);
+ HRESULT GetMethodTableCollectibleData(CLRDATA_ADDRESS mt, struct DacpMethodTableCollectibleData *data);
+};
+
+[
+ object,
+ local,
+ uuid(c1020dde-fe98-4536-a53b-f35a74c327eb)
+]
+interface ISOSDacInterface7 : IUnknown
+{
+ HRESULT GetILForMethod(CLRDATA_ADDRESS methodDesc, int rejitId, CLRDATA_ADDRESS *il);
};