C# Class Pomona.Common.Loading.DisabledResourceLoader

Inheritance: IResourceLoader
Mostra file Open project: Pomona/Pomona

Public Methods

Method Description
Get ( string uri, Type type, RequestOptions requestOptions ) : object
GetAsync ( string uri, Type type, RequestOptions requestOptions ) : Task

Method Details

Get() public method

public Get ( string uri, Type type, RequestOptions requestOptions ) : object
uri string
type System.Type
requestOptions RequestOptions
return object

GetAsync() public method

public GetAsync ( string uri, Type type, RequestOptions requestOptions ) : Task
uri string
type System.Type
requestOptions RequestOptions
return Task