Nevron Open Vision Documentation
Nevron.Nov.Formats.Html Namespace / NArchiveResourceLoader Class / LoadFileAsync Method


In This Topic
    LoadFileAsync Method (NArchiveResourceLoader)
    In This Topic
    Overriden to load the resource stream for the path of the given URI.
    Syntax
    'Declaration
     
    
    Protected Overrides Function LoadFileAsync( _
       ByVal fileName As System.String _
    ) As NPromise(Of Byte())
    'Usage
     
    
    Dim instance As NArchiveResourceLoader
    Dim fileName As System.String
    Dim value As NPromise(Of Byte())
     
    value = instance.LoadFileAsync(fileName)
    protected override NPromise<byte[]> LoadFileAsync( 
       System.string fileName
    )

    Parameters

    fileName
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also