Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a Stream to access the bytes of the assembly or other artifact produced by building a project in Visual Studio Tools for Applications.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public Stream GetStream()
public:
Stream^ GetStream()
member GetStream : unit -> Stream
Public Function GetStream As Stream
Return Value
Type: System.IO.Stream
A Stream containing the bytes of the assembly or other artifact produced by building a project in Visual Studio Tools for Applications.
See Also
BinaryItem Class
Microsoft.VisualStudio.Tools.Applications Namespace