C# Class Microsoft.CodeAnalysis.Sarif.Tool

Inheritance: PropertyBagHolder, ISarifNode
Afficher le fichier Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Свойство Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string name, string fullName, string version, string semanticVersion, string fileVersion, string sarifLoggerVersion, string language, SerializedPropertyInfo>.IDictionary properties ) : void

Method Details

CreateFromAssemblyData() public static méthode

public static CreateFromAssemblyData ( string prereleaseInfo = null ) : Tool
prereleaseInfo string
Résultat Tool

DeepClone() public méthode

Creates a deep copy of this instance.
public DeepClone ( ) : Tool
Résultat Tool

Tool() public méthode

Initializes a new instance of the Tool class.
public Tool ( ) : System
Résultat System

Tool() public méthode

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

Tool() public méthode

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

ValueEquals() public méthode

public ValueEquals ( Tool other ) : bool
other Tool
Résultat bool

ValueGetHashCode() public méthode

public ValueGetHashCode ( ) : int
Résultat int