SetLength Method (value)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation SetLength Method (value)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionOffsetStreamSetLength(Int64)
Sets the effective length of the stream, which is equal to the length of the source stream minus the offset.
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 current stream in bytes.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)