DumpUtils Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The DumpUtils class contains utility methods useful for dumping out the data in various CommerceServer and Interop objects as HTML. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Runtime.Diagnostics
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public NotInheritable Class DumpUtils
'Usage
Dim instance As DumpUtils
public sealed class DumpUtils
public ref class DumpUtils sealed
public final class DumpUtils
Remarks
Contains utility methods useful for dumping out the data in various CommerceServer and Interop objects as HTML.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Diagnostics..::.DumpUtils
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.