Deployment Tools Foundation
SetLength Method (value)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression.Zip ► CrcStream ► SetLength(Int64)
Sets the length of the source stream.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override void SetLength( long value )
Public Overrides Sub SetLength ( value As Long )
public: virtual void SetLength( long long value ) override
Parameters
- value (Int64)
- The desired length of the stream in bytes.
Assembly: Microsoft.Deployment.Compression.Zip (Module: Microsoft.Deployment.Compression.Zip.dll) Version: 3.0.0.0 (3.9.1006.0)