←Select platform

Write(IntPtr,UInt32) Method

Summary

Writes the specified number of bytes to the LeadFileStream object.

Syntax

C#
VB
WinRT C#
C++
public uint Write(  
   IntPtr buffer, 
   uint count 
) 
Public Overloads Function Write( _ 
   ByVal buffer As IntPtr, _ 
   ByVal count As UInteger _ 
) As UInteger 
public uint Write(  
   IntPtr buffer, 
   uint count 
) 
 function Leadtools.LeadFileStream.Write(IntPtr,UInt32)(  
   buffer , 
   count  
) 
public: 
uint Write(  
   IntPtr buffer, 
   uint count 
)  

Parameters

buffer
The buffer containing data to write to the stream.

count
The maximum number of bytes to write.

Return Value

The total number of bytes written into the LeadFileStream object.

Remarks

Use the CanWrite property to determine whether the current instance supports reading.

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