Example #1
0
 private int GetMetaData(
     IntPtr self,
     string imagePath,
     uint imageTimestamp,
     uint imageSize,
     uint pathBufferSize,
     IntPtr pPathBufferSize,
     IntPtr pPathBuffer)
 {
     return(_symbolService.GetICorDebugMetadataLocator(imagePath, imageTimestamp, imageSize, pathBufferSize, pPathBufferSize, pPathBuffer));
 }