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

Показать файл Открыть проект Примеры использования класса

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