C# Класс Microsoft.CodeAnalysis.Sarif.Tool

Наследование: PropertyBagHolder, ISarifNode
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Открытые методы

Метод Описание
CreateFromAssemblyData ( string prereleaseInfo = null ) : Tool
DeepClone ( ) : Tool

Creates a deep copy of this instance.

Tool ( ) : System

Initializes a new instance of the Tool class.

Tool ( Tool other ) : System

Initializes a new instance of the Tool class from the specified instance.

Tool ( string name, string fullName, string version, string semanticVersion, string fileVersion, string sarifLoggerVersion, string language, SerializedPropertyInfo>.IDictionary properties ) : System

Initializes a new instance of the Tool class from the supplied values.

ValueEquals ( Tool other ) : bool
ValueGetHashCode ( ) : int

Приватные методы

Метод Описание
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string name, string fullName, string version, string semanticVersion, string fileVersion, string sarifLoggerVersion, string language, SerializedPropertyInfo>.IDictionary properties ) : void

Описание методов

CreateFromAssemblyData() публичный статический Метод

public static CreateFromAssemblyData ( string prereleaseInfo = null ) : Tool
prereleaseInfo string
Результат Tool

DeepClone() публичный Метод

Creates a deep copy of this instance.
public DeepClone ( ) : Tool
Результат Tool

Tool() публичный Метод

Initializes a new instance of the Tool class.
public Tool ( ) : System
Результат System

Tool() публичный Метод

Initializes a new instance of the Tool class from the specified instance.
/// Thrown if is null. ///
public Tool ( Tool other ) : System
other Tool /// The instance from which the new instance is to be initialized. ///
Результат System

Tool() публичный Метод

Initializes a new instance of the Tool class from the supplied values.
public Tool ( string name, string fullName, string version, string semanticVersion, string fileVersion, string sarifLoggerVersion, string language, SerializedPropertyInfo>.IDictionary properties ) : System
name string /// An initialization value for the property. ///
fullName string /// An initialization value for the property. ///
version string /// An initialization value for the property. ///
semanticVersion string /// An initialization value for the property. ///
fileVersion string /// An initialization value for the property. ///
sarifLoggerVersion string /// An initialization value for the property. ///
language string /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
Результат System

ValueEquals() публичный Метод

public ValueEquals ( Tool other ) : bool
other Tool
Результат bool

ValueGetHashCode() публичный Метод

public ValueGetHashCode ( ) : int
Результат int