C# Class AlphaTab.Platform.CSharp.CsFileLoader

This file loader loads binary files using the native apis
Inheritance: IFileLoader
Afficher le fichier Open project: CoderLine/alphaTab

Méthodes publiques

Méthode Description
LoadBinary ( string path ) : byte[]
LoadBinaryAsync ( string path, Action success, Action error ) : void

Method Details

LoadBinary() public méthode

public LoadBinary ( string path ) : byte[]
path string
Résultat byte[]

LoadBinaryAsync() public méthode

public LoadBinaryAsync ( string path, Action success, Action error ) : void
path string
success Action
error Action
Résultat void