C# Class PclAnalyzer.UI.Services.AnalyzerService

Afficher le fichier Open project: object/PclAnalyzer Class Usage Examples

Méthodes publiques

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

Method Details

AnalyzerService() public méthode

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

GetNonPortableCalls() public méthode

public GetNonPortableCalls ( ) : IList
Résultat IList

GetPortableCalls() public méthode

public GetPortableCalls ( ) : IList
Résultat IList