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

The DiscoveryDataRecordFiletype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
AddDateTimeArrayProperty(String, DdmDiscoveryFlags, array< DateTime > [] () [] [] )
Adds an array of DateTimes to the DDR
AddDateTimeProperty(String, DdmDiscoveryFlags, DateTime)
Adds a date property to the DDR
AddDdmProperty(DdmProperty)
Adds a DDM property to the DDM file
(Inherited from DdmMessageFile < (Of < ( <' T > ) > ) > .)
AddIntegerProperty(String, DdmDiscoveryFlags, Int32)
Adds an integer property to the DDR
AddIntegerPropertyArray(String, DdmDiscoveryFlags, array< Int32 > [] () [] [] )
Adds an array of integers to the DDR
AddStringProperty(String, DdmDiscoveryFlags, UInt32, String)
Adds a string property to the DDR
AddStringPropertyArray(String, DdmDiscoveryFlags, UInt32, array< String > [] () [] [] )
Adds an array of strings to the DDR
ConvertMessage(IMessage)
Converts an existing message to a VarFile representation
(Overrides ConvertibleVarFile < (Of < ( <' T > ) > ) > . . :: . . ConvertMessage(T).)
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
(Inherited from VarFile.)
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 byte stream for VarFile serialization
(Inherited from DdmMessageFile < (Of < ( <' T > ) > ) > .)
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
(Inherited from VarFile.)

See Also