←Select platform

LeadStream Constructor(IRandomAccessStream,Boolean)

Summary

Constructs a new LeadStream object using the specified IRandomAccessStream as storage.

Syntax

C#
VB
WinRT C#
C++
public LeadStream(  
   IRandomAccessStream stream, 
   bool disposeStream 
) 
Public Function New( _ 
   ByVal stream As IRandomAccessStream, _ 
   ByVal disposeStream As Boolean _ 
) 
public LeadStream(  
   IRandomAccessStream stream, 
   bool disposeStream 
) 
function LeadStream(  
   stream , 
   disposeStream  
) 
public: 
LeadStream(  
   IRandomAccessStream^ stream, 
   bool disposeStream 
) 

Parameters

stream
An IRandomAccessStream that will be used as storage for the new LeadStream object.

disposeStream
Value that indicates whether stream should be disposed when the new LeadStream object is disposed.

Remarks

If disposeStream is true, then the LeadStream will dispose stream when it is disposed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly