C# 클래스 PclAnalyzer.UI.Services.AnalyzerService

파일 보기 프로젝트 열기: object/PclAnalyzer 1 사용 예제들

공개 메소드들

메소드 설명
AnalyzerService ( string assemblyPath, Platforms requestedPlatforms, bool excludeThirdPartyReferences ) : System.Collections.Generic
GetNonPortableCalls ( ) : IList
GetPortableCalls ( ) : IList

메소드 상세

AnalyzerService() 공개 메소드

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

GetNonPortableCalls() 공개 메소드

public GetNonPortableCalls ( ) : IList
리턴 IList

GetPortableCalls() 공개 메소드

public GetPortableCalls ( ) : IList
리턴 IList