C# 클래스 Microsoft.CodeAnalysis.IL.Rules.DoNotShipVulnerableBinaries

상속: BinarySkimmerBase, IOptionsProvider
파일 보기 프로젝트 열기: Microsoft/binskim

공개 메소드들

메소드 설명
Analyze ( BinaryAnalyzerContext context ) : void
CanAnalyze ( BinaryAnalyzerContext context, string &reasonForNotAnalyzing ) : AnalysisApplicability
GetOptions ( ) : IEnumerable

비공개 메소드들

메소드 설명
BuildDefaultVulnerableBinariesMap ( ) : StringToVersionMap
BuildDefaultVulnerableBinariesMap ( ) : System

메소드 상세

Analyze() 공개 메소드

public Analyze ( BinaryAnalyzerContext context ) : void
context Microsoft.CodeAnalysis.IL.Sdk.BinaryAnalyzerContext
리턴 void

CanAnalyze() 공개 메소드

public CanAnalyze ( BinaryAnalyzerContext context, string &reasonForNotAnalyzing ) : AnalysisApplicability
context Microsoft.CodeAnalysis.IL.Sdk.BinaryAnalyzerContext
reasonForNotAnalyzing string
리턴 AnalysisApplicability

GetOptions() 공개 메소드

public GetOptions ( ) : IEnumerable
리턴 IEnumerable