2 implementations of GetModulePath
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
363
public int
GetModulePath
(ulong vmModule, nint pStrFilename, Interop.BOOL* pResult)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
626
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetModulePath
(ulong vmModule, nint pStrFilename, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pResult)
1 reference to GetModulePath
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
651
__retVal = @this.
GetModulePath
(vmModule, pStrFilename, pResult);