C# Class Pomona.Common.Loading.DisabledResourceLoader

Inheritance: IResourceLoader
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
Get ( string uri, Type type, RequestOptions requestOptions ) : object
GetAsync ( string uri, Type type, RequestOptions requestOptions ) : Task

Method Details

Get() public méthode

public Get ( string uri, Type type, RequestOptions requestOptions ) : object
uri string
type System.Type
requestOptions RequestOptions
Résultat object

GetAsync() public méthode

public GetAsync ( string uri, Type type, RequestOptions requestOptions ) : Task
uri string
type System.Type
requestOptions RequestOptions
Résultat Task