C# Class Microsoft.CodeAnalysis.Sarif.Invocation

显示文件 Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
CopyEnvironmentVariables string>.IDictionary
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

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

Private Methods

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

Method Details

Create() public static method

public static Create ( bool emitMachineEnvironment = false ) : Invocation
emitMachineEnvironment bool
return Invocation

DeepClone() public method

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

Invocation() public method

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

Invocation() public method

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

Invocation() public method

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

ValueEquals() public method

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

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int