C# Class MTMCL.Assets.Assets

Inheritance: IDisposable
Show file Open project: cvronmin/metocraft

Public Properties

Property Type Description
obj AssetsEntity>.Dictionary

Public Methods

Method Description
Assets ( Versions ver, string urlDownloadBase = null, string urlResourceBase = null ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Run ( ) : void

Method Details

Assets() public method

public Assets ( Versions ver, string urlDownloadBase = null, string urlResourceBase = null ) : System
ver Versions
urlDownloadBase string
urlResourceBase string
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

obj public property

public Dictionary obj
return AssetsEntity>.Dictionary