C# 클래스 BugHunter.AnalyzersVersions.SystemIO.Helpers.AnalyzerHelper

!!! THIS FILE SERVES ONLY FOR PURPOSES OF PERFORMANCE TESTING !!!
파일 보기 프로젝트 열기: KenticoInternal/bug-hunter

공개 프로퍼티들

프로퍼티 타입 설명
WhiteListedTypeNames string[]

공개 메소드들

메소드 설명
GetRule ( string diagnosticId ) : DiagnosticDescriptor

Constructs a Diagnostic Descriptor for SystemIOAnalyzer

메소드 상세

GetRule() 공개 정적인 메소드

Constructs a Diagnostic Descriptor for SystemIOAnalyzer
public static GetRule ( string diagnosticId ) : DiagnosticDescriptor
diagnosticId string Id of the diagnostic
리턴 DiagnosticDescriptor

프로퍼티 상세

WhiteListedTypeNames 공개적으로 정적으로 프로퍼티

Names of whitelisted types for SystemIOAnalyzer
public static string[] WhiteListedTypeNames
리턴 string[]