Method | Description | |
---|---|---|
ImageResource ( ) : GoogleCloudExtension.Utils | ||
ImageResource ( string path ) : GoogleCloudExtension.Utils | ||
ProvideValue ( IServiceProvider serviceProvider ) : object |
Loads the image given the Path property. Caching is performed so an image is only going to be loaded once.
|
public ImageResource ( ) : GoogleCloudExtension.Utils | ||
return | GoogleCloudExtension.Utils |
public ImageResource ( string path ) : GoogleCloudExtension.Utils | ||
path | string | |
return | GoogleCloudExtension.Utils |
public ProvideValue ( IServiceProvider serviceProvider ) : object | ||
serviceProvider | IServiceProvider | |
return | object |