C# 클래스 ParkitectNexus.Data.Game.DownloadedAsset

Represents a Parkitect asset.
상속: IDownloadedAsset
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

DownloadedAsset ( string fileName, ApiAsset apiAsset, DownloadInfo info, Stream stream ) : System

Initializes a new instance of the DownloadedAsset class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool /// true to release both managed and unmanaged resources; false to release only unmanaged resources. ///
리턴 void

DownloadedAsset() 공개 메소드

Initializes a new instance of the DownloadedAsset class.
fileName or stream is null.
public DownloadedAsset ( string fileName, ApiAsset apiAsset, DownloadInfo info, Stream stream ) : System
fileName string Name of the file.
apiAsset ParkitectNexus.Data.Web.API.ApiAsset
info ParkitectNexus.Data.Assets.DownloadInfo
stream Stream The stream.
리턴 System