Share via


IWMSClassObject Object (Visual Basic .NET)

banner art

Previous Next

IWMSClassObject Object (Visual Basic .NET)

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

 

See Also

Previous Next