Gets a String containing a 'dump' of the given record, including attribute names etc.
| C# | Visual Basic |
public static string Dump( ServiceRecord record, params Type[] attributeIdEnumDefiningTypes )
Public Shared Function Dump ( _ record As ServiceRecord, _ ParamArray attributeIdEnumDefiningTypes As Type() _ ) As String
- record (ServiceRecord)
- A ServiceRecord to be dumped.
- attributeIdEnumDefiningTypes (array< Type >[]()[])
- An optional array of Type specifing a set of Ids for the attributes contained in this record. See the Dump(TextWriter, ServiceRecord, array<Type>[]()[]) overload for more information.
A String containing the 'dump' text.