VarFile.WriteRecord Method (Stream, Byte[], UInt32)
Writes a single record to the VarFile.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected static void WriteRecord(
Stream stream,
byte[] var,
uint id
)
protected:
static void WriteRecord(
Stream^ stream,
array<unsigned char>^ var,
unsigned int id
)
Protected Shared Sub WriteRecord (
stream As Stream,
var As Byte(),
id As UInteger
)
Parameters
stream
Type: System.IO.StreamThe stream to write to.
var
Type: System.Byte[]The byte array.
id
Type: System.UInt32The ID.
See Also
WriteRecord Overload
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top