Nevron.Compiler Namespace / InstallReference Class / InstallReference Constructor


InstallReference Constructor
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)

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