[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The VarFiletype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Discover () () () ()
Automatically discovers local information for sending message
(Inherited from MessageFileBase.)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GenerateFileName () () () ()
Generates a random file name for the output file
(Inherited from MessageFileBase.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Serialize () () () ()
Serializes to a VarFile byte stream
(Overrides MessageFileBase . . :: . . Serialize () () () () .)
SerializeInlineMessage(Stream)
Inline data to be added to the payload after initial serialization if supported
(Inherited from MessageFileBase.)
SerializeMessage(Stream)
Serializes the implementing message into the existing byte-stream
(Inherited from MessageFileBase.)
SerializeToFile(String)
Creates a file with a random file name and writes to the output path
(Inherited from MessageFileBase.)
SerializeToInbox () () () ()
Creates a file and writes directly to the appropriate inbox. If the Configuration Manager site server is not present on the local machine where this is run and HostNameis not set, an exception will be raised.
(Inherited from MessageFileBase.)
SerializeToInbox(String) Obsolete.
Creates a file and writes directly to the appropriate inbox. If the Configuration Manager site server is not present on the remote machine where this is run, an exception will be raised.
(Inherited from MessageFileBase.)
ToString () () () () (Inherited from Object.)
Validate () () () ()
Validates that all required properties are set for the message to be sent successfully
(Overrides MessageFileBase . . :: . . Validate () () () () .)
WriteByte(Stream, Byte)
Writes a byte to the stream
WriteRecord(Stream, String, UInt32)
Writes a single record to the VarFile
WriteStringValue(Stream, String)
Writes a string value into the stream and adds 1 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
WriteValue < (Of < <' ( T > ) > > ) (Stream, T)
Writes a primitive value type into the stream. Don't use this for string.

See Also