C# 클래스 Microsoft.CodeAnalysis.Sarif.Converters.CppCheckStrings

String constants for CppCheck from an XmlNameTable.
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CppCheck string
Error string
Errors string
File string
Id string
Line string
Location string
Msg string
Results string
Severity string
Verbose string
Version string

공개 메소드들

메소드 설명
CppCheckStrings ( XmlNameTable nameTable ) : System.Xml

Initializes a new instance of the CppCheckStrings class.

메소드 상세

CppCheckStrings() 공개 메소드

Initializes a new instance of the CppCheckStrings class.
public CppCheckStrings ( XmlNameTable nameTable ) : System.Xml
nameTable System.Xml.XmlNameTable The name table from which strings shall be obtained.
리턴 System.Xml

프로퍼티 상세

CppCheck 공개적으로 프로퍼티

The string constant "cppcheck".
public string CppCheck
리턴 string

Error 공개적으로 프로퍼티

The string constant "error".
public string Error
리턴 string

Errors 공개적으로 프로퍼티

The string constant "errors".
public string Errors
리턴 string

File 공개적으로 프로퍼티

The string constant "file".
public string File
리턴 string

Id 공개적으로 프로퍼티

The string constant "id".
public string Id
리턴 string

Line 공개적으로 프로퍼티

The string constant "line".
public string Line
리턴 string

Location 공개적으로 프로퍼티

The string constant "location".
public string Location
리턴 string

Msg 공개적으로 프로퍼티

The string constant "msg".
public string Msg
리턴 string

Results 공개적으로 프로퍼티

The string constant "results".
public string Results
리턴 string

Severity 공개적으로 프로퍼티

The string constant "severity".
public string Severity
리턴 string

Verbose 공개적으로 프로퍼티

The string constant "verbose".
public string Verbose
리턴 string

Version 공개적으로 프로퍼티

The string constant "version".
public string Version
리턴 string