←Select platform

LeadBufferStream Constructor(IBuffer,UInt64,Boolean)

Summary

Constructs a new LeadBufferStream object using the specified buffer as storage.

Syntax

C#
VB
WinRT C#
C++
public LeadBufferStream(  
   IBuffer buffer, 
   ulong offset, 
   bool disposeBuffer 
) 
Public Function New( _ 
   ByVal buffer As IBuffer, _ 
   ByVal offset As ULong, _ 
   ByVal disposeBuffer As Boolean _ 
) 
public LeadBufferStream(  
   IBuffer buffer, 
   ulong offset, 
   bool disposeBuffer 
) 
function LeadBufferStream(  
   buffer , 
   offset , 
   disposeBuffer  
) 
public: 
LeadBufferStream(  
   IBuffer^ buffer, 
   ulong offset, 
   bool disposeBuffer 
) 

Parameters

buffer
An IBuffer that will be used as storage for the new LeadBufferStream object.

offset
The offset in buffer that will be used as the origin of the new LeadBufferStream object.

disposeBuffer
Value that indicates whether buffer should be disposed when the new LeadBufferStream object is disposed.

Remarks

If disposeBuffer is true, then the LeadBufferStream will dispose buffer 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