Partager via


IWMSClassObject Object (C#)

The IWMSClassObject object enables plug-ins to create commonly used data contexts. Contexts are data structures used to save information. The created contexts can only be used internally by the plug-in. They cannot be passed to the server.

Note

   This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.

The IWMSClassObject object exposes the following properties and methods.

Method

Description

AllocIWMSCommandContext

Allocates an IWMSCommandContextIWMSCommandContext Object (C#).

AllocIWMSContext

Allocates an IWMSContextIWMSContext Object (C#).

AllocIWMSPacket

Allocates an IWMSPacketIWMSPacket Object (C#).

AllocIWMSPacketList

Allocates an IWMSPacketListIWMSPacketList Object (C#).

CreateInstance

Creates objects for the server.

See Also

Concepts

Custom Plug-in Objects (C#)