CreateHashCoded Method
See Also 
System.IO Namespace > ExtensionMethods Class : CreateHashCoded Method



target
ownsStream

Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ExtensionAttribute()>
Public Shared Function CreateHashCoded( _
   ByVal target As Stream, _
   ByVal ownsStream As Boolean _
) As Stream
Visual Basic (Usage) Copy Code
Dim target As Stream
Dim ownsStream As Boolean
Dim value As Stream
 
value = ExtensionMethods.CreateHashCoded(target, ownsStream)
C#  
[Extension()]
public static Stream CreateHashCoded( 
   Stream target,
   bool ownsStream
)
C++/CLI  
[Extension()]
public:
static Stream^ CreateHashCoded( 
   Stream^ target,
   bool ownsStream
) 

Parameters

target
ownsStream

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