Nevron .NET Vision
Nevron.Compiler Namespace / InstallReference Class / InstallReference Constructor


In This Topic
    InstallReference Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal guid As System.Guid, _
       ByVal id As System.String, _
       ByVal data As System.String _
    )
    'Usage
     
    
    Dim guid As System.Guid
    Dim id As System.String
    Dim data As System.String
     
    Dim instance As New InstallReference(guid, id, data)
    public InstallReference( 
       System.Guid guid,
       System.string id,
       System.string data
    )

    Parameters

    guid
    id
    data
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also