Share via


IWMSClassObject Object (C#)

banner art

Previous Next

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 IWMSCommandContext object.
AllocIWMSContext Allocates an IWMSContext object.
AllocIWMSPacket Allocates an IWMSPacket object.
AllocIWMSPacketList Allocates an IWMSPacketList object.
CreateInstance Creates objects for the server.

 

See Also

Previous Next