AlphaTab.Platform.CSharp.CsFileLoader.LoadBinary C# (CSharp) Méthode

LoadBinary() public méthode

public LoadBinary ( string path ) : byte[]
path string
Résultat byte[]
        public byte[] LoadBinary(string path)
        {
            return File.ReadAllBytes(path);
        }