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

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

Private Properties

프로퍼티 타입 설명
CopyEnvironmentVariables string>.IDictionary
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

공개 메소드들

메소드 설명
Create ( bool emitMachineEnvironment = false ) : Invocation
DeepClone ( ) : Invocation

Creates a deep copy of this instance.

Invocation ( ) : System

Initializes a new instance of the Invocation class.

Invocation ( Invocation other ) : System

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

Invocation ( string commandLine, string>.IDictionary responseFiles, System.DateTime startTime, System.DateTime endTime, string machine, string account, int processId, string fileName, string workingDirectory, string>.IDictionary environmentVariables, SerializedPropertyInfo>.IDictionary properties ) : System

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

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

비공개 메소드들

메소드 설명
CopyEnvironmentVariables ( ) : string>.IDictionary
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string commandLine, string>.IDictionary responseFiles, System.DateTime startTime, System.DateTime endTime, string machine, string account, int processId, string fileName, string workingDirectory, string>.IDictionary environmentVariables, SerializedPropertyInfo>.IDictionary properties ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( bool emitMachineEnvironment = false ) : Invocation
emitMachineEnvironment bool
리턴 Invocation

DeepClone() 공개 메소드

Creates a deep copy of this instance.
public DeepClone ( ) : Invocation
리턴 Invocation

Invocation() 공개 메소드

Initializes a new instance of the Invocation class.
public Invocation ( ) : System
리턴 System

Invocation() 공개 메소드

Initializes a new instance of the Invocation class from the specified instance.
/// Thrown if is null. ///
public Invocation ( Invocation other ) : System
other Invocation /// The instance from which the new instance is to be initialized. ///
리턴 System

Invocation() 공개 메소드

Initializes a new instance of the Invocation class from the supplied values.
public Invocation ( string commandLine, string>.IDictionary responseFiles, System.DateTime startTime, System.DateTime endTime, string machine, string account, int processId, string fileName, string workingDirectory, string>.IDictionary environmentVariables, SerializedPropertyInfo>.IDictionary properties ) : System
commandLine string /// An initialization value for the property. ///
responseFiles string>.IDictionary /// An initialization value for the property. ///
startTime System.DateTime /// An initialization value for the property. ///
endTime System.DateTime /// An initialization value for the property. ///
machine string /// An initialization value for the property. ///
account string /// An initialization value for the property. ///
processId int /// An initialization value for the property. ///
fileName string /// An initialization value for the property. ///
workingDirectory string /// An initialization value for the property. ///
environmentVariables string>.IDictionary /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
리턴 System

ValueEquals() 공개 메소드

public ValueEquals ( Invocation other ) : bool
other Invocation
리턴 bool

ValueGetHashCode() 공개 메소드

public ValueGetHashCode ( ) : int
리턴 int