SetLength Method (value)

DTF API

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++ 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 current stream in bytes.

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