DumpUtils.DumpObject (Object, HtmlTextWriter, String) Method (BCL)
Use this method to dump an object of unknown type.
Definition
[Visual Basic .NET]
Public Shared Sub DumpObject( _ByValobj As System.Object, _
ByValoutput As System.Web.UI.HtmlTextWriter, _
ByValname As System.String _
)
[C#]
public static void DumpObject(System.Objectobj,
System.Web.UI.HtmlTextWriteroutput,
System.Stringname);
Parameters
[Visual Basic .NET]
- obj
The object to dump. - output
The output stream. - name
The name of the object for display purposes.
[C#]
- obj
The object to dump. - output
The output stream. - name
The name of the object for display purposes.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Diagnostics
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.