C# Класс Microsoft.CodeAnalysis.Sarif.Converters.AndroidStudioStrings

Strings used for parsing Android Studio logs.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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