C# 클래스 Microsoft.CodeAnalysis.Sarif.Tool

상속: PropertyBagHolder, ISarifNode
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

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