MetadataSupport.GetContentStreamAsPackedBuffer(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static cli::array <System::Byte> ^ GetContentStreamAsPackedBuffer(System::IO::Stream ^ stream);
public static byte[] GetContentStreamAsPackedBuffer (System.IO.Stream stream);
static member GetContentStreamAsPackedBuffer : System.IO.Stream -> byte[]
Public Shared Function GetContentStreamAsPackedBuffer (stream As Stream) As Byte()
Parameters
- stream
- Stream
Returns
Byte[]