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