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

Strings used for parsing Android Studio logs.
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AttributeKey string
Description string
EntryPoint string
FQName string
File string
Hint string
Hints string
Line string
Module string
Package string
Problem string
ProblemClass string
Problems string
Severity string
Type string
Value string

공개 메소드들

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

Initializes a new instance of the AndroidStudioStrings class.

메소드 상세

AndroidStudioStrings() 공개 메소드

Initializes a new instance of the AndroidStudioStrings class.
public AndroidStudioStrings ( XmlNameTable nameTable ) : System.Xml
nameTable System.Xml.XmlNameTable The name table from which strings are generated.
리턴 System.Xml

프로퍼티 상세

AttributeKey 공개적으로 프로퍼티

The constant "attribute_key".
public string AttributeKey
리턴 string

Description 공개적으로 프로퍼티

The constant "description".
public string Description
리턴 string

EntryPoint 공개적으로 프로퍼티

The constant "entry_point".
public string EntryPoint
리턴 string

FQName 공개적으로 프로퍼티

The constant "FQNAME".
public string FQName
리턴 string

File 공개적으로 프로퍼티

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

Hint 공개적으로 프로퍼티

The constant "hint".
public string Hint
리턴 string

Hints 공개적으로 프로퍼티

The constant "hints".
public string Hints
리턴 string

Line 공개적으로 프로퍼티

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

Module 공개적으로 프로퍼티

The constant "module".
public string Module
리턴 string

Package 공개적으로 프로퍼티

The constant "package".
public string Package
리턴 string

Problem 공개적으로 프로퍼티

The constant "problem".
public string Problem
리턴 string

ProblemClass 공개적으로 프로퍼티

The constant "problem_class".
public string ProblemClass
리턴 string

Problems 공개적으로 프로퍼티

The constant "problems".
public string Problems
리턴 string

Severity 공개적으로 프로퍼티

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

Type 공개적으로 프로퍼티

The constant "TYPE".
public string Type
리턴 string

Value 공개적으로 프로퍼티

The constant "value".
public string Value
리턴 string