C# Класс PowerUI.DriveProtocol

This protocol is used if you have an image file on the screen. You must use file://pathToImage.png to access it. Nota that this will not work on all platforms (namely it won't work on webplayer)
Наследование: PowerUI.FileProtocol
Показать файл Открыть проект

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

Метод Описание
GetNames ( ) : string[]

Returns all protocol names:// that can be used for this protocol.

OnGetDataNow ( PowerUI.ContentPackage package ) : void

Get the raw file data.

Описание методов

GetNames() публичный Метод

Returns all protocol names:// that can be used for this protocol.
public GetNames ( ) : string[]
Результат string[]

OnGetDataNow() публичный Метод

Get the raw file data.
public OnGetDataNow ( PowerUI.ContentPackage package ) : void
package PowerUI.ContentPackage
Результат void