VarFile.WriteByte Method (Stream, Byte)
Writes a byte to the stream.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected static void WriteByte(
Stream stream,
byte value
)
protected:
static void WriteByte(
Stream^ stream,
unsigned char value
)
Protected Shared Sub WriteByte (
stream As Stream,
value As Byte
)
Parameters
stream
Type: System.IO.StreamThe stream to write to.
value
Type: System.ByteThe byte to write to the stream.
See Also
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top