DevForce Help Reference
GetManifestItem Method


The assembly where the embedded stream is stored
The unqualified name of the stream
Returns a manifest resource stream associated with an assembly and an item name.
Syntax
'Declaration
 
Public Shared Function GetManifestItem( _
   ByVal pAssembly As Assembly, _
   ByVal pItemName As String _
) As Stream
'Usage
 
Dim pAssembly As Assembly
Dim pItemName As String
Dim value As Stream
 
value = ReflectionFns.GetManifestItem(pAssembly, pItemName)
public static Stream GetManifestItem( 
   Assembly pAssembly,
   string pItemName
)

Parameters

pAssembly
The assembly where the embedded stream is stored
pItemName
The unqualified name of the stream

Return Value

A resource stream
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

ReflectionFns Class
ReflectionFns Members

Send Feedback