VarFile.WriteStringValue Method
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Overload List
Name | Description | |
---|---|---|
WriteStringValue(Stream, String) | Writes a string value into the stream and adds one byte for null termination. |
|
WriteStringValue(Stream, String, Boolean) | Writes a string of fixed length to the stream. |
|
WriteStringValue(Stream, String, Int32) | Writes a string value of a fixed length to the stream. |
|
WriteStringValue(Stream, String, Int32, Boolean) | Writes a string value of a fixed length to the stream. |
|
WriteStringValue(Stream, String, Int32, Boolean, Boolean) | Writes a string value of a fixed length to the stream. |
See Also
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top