C# Class PclAnalyzer.UI.Services.AnalyzerService

Mostra file Open project: object/PclAnalyzer Class Usage Examples

Public Methods

Method Description
AnalyzerService ( string assemblyPath, Platforms requestedPlatforms, bool excludeThirdPartyReferences ) : System.Collections.Generic
GetNonPortableCalls ( ) : IList
GetPortableCalls ( ) : IList

Method Details

AnalyzerService() public method

public AnalyzerService ( string assemblyPath, Platforms requestedPlatforms, bool excludeThirdPartyReferences ) : System.Collections.Generic
assemblyPath string
requestedPlatforms Platforms
excludeThirdPartyReferences bool
return System.Collections.Generic

GetNonPortableCalls() public method

public GetNonPortableCalls ( ) : IList
return IList

GetPortableCalls() public method

public GetPortableCalls ( ) : IList
return IList