Base Class Library Namespaces

Objects and types in the common language runtime are organized in a namespace hierarchy that allows similar types to be grouped by using a logical name. For example, types related to low-level input/output operations such as file reading and writing are grouped in the namespace System.IO.

The Base Class Library namespaces exposed in the Commerce Server .NET Application Framework are grouped by functional area to make it easier for you to discover and use them. The root namespace for the Base Class Library layer is Microsoft.CommerceServer.Runtime, and it groups all core Commerce Server run-time objects.

The namespaces implemented in Commerce Server 2002 are:

See Also

Primary Interop Assembly Namespaces

Resource Disposal

.NET Class Reference

Copyright © 2005 Microsoft Corporation.
All rights reserved.