JAMS Developer Guide
GetCategoryStream Method


MVPSI.JAMS Namespace > IInstallIntegration Interface : GetCategoryStream Method
Returns a stream that will read CSV data to define categories
Syntax
'Declaration
 
Function GetCategoryStream() As System.IO.Stream
'Usage
 
Dim instance As IInstallIntegration
Dim value As System.IO.Stream
 
value = instance.GetCategoryStream()
System.IO.Stream GetCategoryStream()
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

Reference

IInstallIntegration Interface
IInstallIntegration Members