C# 클래스 Nexus.Client.DownloadManagement.DownloadedFileInfo

Summarizes the info about a download file.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
DownloadedFileInfo ( Uri p_uriUrl, string p_strSavedFilePath ) : System

A simple constructor that initializes the object with the given values.

메소드 상세

DownloadedFileInfo() 공개 메소드

A simple constructor that initializes the object with the given values.
public DownloadedFileInfo ( Uri p_uriUrl, string p_strSavedFilePath ) : System
p_uriUrl System.Uri The URL from whichthe file was downloaded.
p_strSavedFilePath string The path to which the file was saved.
리턴 System