Nevron Open Vision Documentation
Nevron.Nov Namespace / NEmbeddedResource Class / NEmbeddedResource Constructor


In This Topic
    NEmbeddedResource Constructor
    In This Topic
    Creates an embedded resource with the specified name and data.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal container As NEmbeddedResourceContainer, _
       ByVal name As System.String, _
       ByVal startIndex As System.Integer, _
       ByVal byteCount As System.Integer _
    )
    'Usage
     
    
    Dim container As NEmbeddedResourceContainer
    Dim name As System.String
    Dim startIndex As System.Integer
    Dim byteCount As System.Integer
     
    Dim instance As New NEmbeddedResource(container, name, startIndex, byteCount)
    public NEmbeddedResource( 
       NEmbeddedResourceContainer container,
       System.string name,
       System.int startIndex,
       System.int byteCount
    )

    Parameters

    container
    name
    startIndex
    byteCount
    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