In The Hand
Dump Method (record, attributeIdEnumDefiningTypes)
NamespacesInTheHand.Net.BluetoothServiceRecordUtilitiesDump(ServiceRecord, array<Type>[]()[])
.NET Components for Mobility
Gets a String containing a 'dump' of the given record, including attribute names etc.
Declaration Syntax
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
Parameters
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.
Return Value
A String containing the 'dump' text.
See Also

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0