C# Class Microsoft.CodeAnalysis.Sarif.Converters.AndroidStudioStrings

Strings used for parsing Android Studio logs.
Afficher le fichier Open project: Microsoft/sarif-sdk Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
AndroidStudioStrings ( XmlNameTable nameTable ) : System.Xml

Initializes a new instance of the AndroidStudioStrings class.

Method Details

AndroidStudioStrings() public méthode

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.
Résultat System.Xml

Property Details

AttributeKey public_oe property

The constant "attribute_key".
public string AttributeKey
Résultat string

Description public_oe property

The constant "description".
public string Description
Résultat string

EntryPoint public_oe property

The constant "entry_point".
public string EntryPoint
Résultat string

FQName public_oe property

The constant "FQNAME".
public string FQName
Résultat string

File public_oe property

The constant "file".
public string File
Résultat string

Hint public_oe property

The constant "hint".
public string Hint
Résultat string

Hints public_oe property

The constant "hints".
public string Hints
Résultat string

Line public_oe property

The constant "line".
public string Line
Résultat string

Module public_oe property

The constant "module".
public string Module
Résultat string

Package public_oe property

The constant "package".
public string Package
Résultat string

Problem public_oe property

The constant "problem".
public string Problem
Résultat string

ProblemClass public_oe property

The constant "problem_class".
public string ProblemClass
Résultat string

Problems public_oe property

The constant "problems".
public string Problems
Résultat string

Severity public_oe property

The constant "severity".
public string Severity
Résultat string

Type public_oe property

The constant "TYPE".
public string Type
Résultat string

Value public_oe property

The constant "value".
public string Value
Résultat string