←Select platform

LeadStream Constructor(InMemoryRandomAccessStream,Boolean)

Summary

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

Syntax

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

Parameters

stream
An InMemoryRandomAccessStream 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