C# Класс ParkitectNexus.Data.Game.DownloadedAsset

Represents a Parkitect asset.
Наследование: IDownloadedAsset
Показать файл Открыть проект

Открытые методы

Метод Описание
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