C# Class GoogleTestAdapter.DiaResolver.PeParser

Show file Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
ExtractPdbPath ( string executable, ILogger logger ) : string
ParseImports ( string executable, ILogger logger ) : List

Private Methods

Method Description
GetString ( LOADED_IMAGE image, uint offset ) : string
ParsePeFile ( string executable, ILogger logger, Action action ) : void

Method Details

ExtractPdbPath() public static method

public static ExtractPdbPath ( string executable, ILogger logger ) : string
executable string
logger ILogger
return string

ParseImports() public static method

public static ParseImports ( string executable, ILogger logger ) : List
executable string
logger ILogger
return List