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