Udostępnij za pośrednictwem


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

  • value
    Type: System.Byte

    The byte to write to the stream.

See Also

VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top