FileStream Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation FileStream Property
Gets the stream for the extracted file, or null if no file was extracted.
Declaration Syntax
C# Visual Basic Visual C++ F#
public Stream FileStream { get; }
Public ReadOnly Property FileStream As Stream
	Get
public:
property Stream^ FileStream {
	Stream^ get ();
}
member FileStream : Stream with get
Property Value

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