Visual Basic (Declaration) | |
---|---|
<ComVisibleAttribute(False)> Public Overloads Function GetStream( _ ByVal name As String, _ ByVal culture As CultureInfo _ ) As UnmanagedMemoryStream |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ResManager Dim name As String Dim culture As CultureInfo Dim value As UnmanagedMemoryStream value = instance.GetStream(name, culture) |
C# | |
---|---|
[ComVisible(false)] public UnmanagedMemoryStream GetStream( string name, CultureInfo culture ) |
C++/CLI | |
---|---|
[ComVisible(false)] public: UnmanagedMemoryStream^ GetStream( String^ name, CultureInfo^ culture ) |
Parameters
- name
- culture
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