FileArtifact Class

Definition

Represents a file artifact.

public class FileArtifact : Microsoft.Testing.Platform.Extensions.Messages.PropertyBagData
type FileArtifact = class
    inherit PropertyBagData
Public Class FileArtifact
Inherits PropertyBagData
Inheritance
FileArtifact

Constructors

Name Description
FileArtifact(FileInfo, String, String)

Initializes a new instance of the FileArtifact class.

Properties

Name Description
Description

Gets the description.

(Inherited from PropertyBagData)
DisplayName

Gets the display name.

(Inherited from PropertyBagData)
FileInfo

Gets the file information.

Properties

Gets the properties.

(Inherited from PropertyBagData)

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to