C# Class Microsoft.CodeAnalysis.Sarif.Tool

Inheritance: PropertyBagHolder, ISarifNode
Mostra file Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

Method 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

Method 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 method

public static CreateFromAssemblyData ( string prereleaseInfo = null ) : Tool
prereleaseInfo string
return Tool

DeepClone() public method

Creates a deep copy of this instance.
public DeepClone ( ) : Tool
return Tool

Tool() public method

Initializes a new instance of the Tool class.
public Tool ( ) : System
return System

Tool() public method

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. ///
return System

Tool() public method

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. ///
return System

ValueEquals() public method

public ValueEquals ( Tool other ) : bool
other Tool
return bool

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int