Share via


ArchiveFile(String, String) Constructor

Definition

public:
 ArchiveFile(System::String ^ fullPath, System::String ^ content);
public ArchiveFile (string fullPath, string content);
new Microsoft.Build.Logging.ArchiveFile : string * string -> Microsoft.Build.Logging.ArchiveFile
Public Sub New (fullPath As String, content As String)

Parameters

fullPath
String
content
String

Applies to