Nevron Open Vision Documentation
Nevron.Nov Namespace / NEmbeddedResource Class / Stream Property


In This Topic
    Stream Property (NEmbeddedResource)
    In This Topic
    Gets a mmemory stream based on the resource data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Stream As System.IO.MemoryStream
    'Usage
     
    
    Dim instance As NEmbeddedResource
    Dim value As System.IO.MemoryStream
     
    value = instance.Stream
    public System.IO.MemoryStream Stream {get;}
    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