Class Implementation

Programmatic Identifier: Push.Implementation.1

The Push.Implementation.1 COM class, hereafter referred to as the Implementation class, defines an Automation-compliant object that can be used to manage information used to build an IMPLEMENTATION XML element, as defined by the Open Software Description (OSD) specification.

The Implementation class exposes a dispinterface to the methods listed. Therefore, all invocations must proceed through the IDispatch interface.

Dispinterface IImplementation

Methods

Name Description
AddCodebase Adds a Codebase object to the Codebases collection.
AddElement Adds a user-defined XML element to the Elements collection.
AddOS Adds an OS and OSVERSION definition to the OS collection.
GetCDFString Builds and returns the CDF string defined by the object and all subobjects in collections.

Properties

Name Description
Description Holds a string specifying a description of the implementation.
DiskSize Holds a string value used to build the optional DISKSIZE element for the object's CDF string.
MemSize Holds a string value used to build the optional MEMSIZE element for the object's CDF string.

Collections

Name Description
Codebases A collection of Codebase objects.
Elements A collection of user-defined XML elements.
Languages A collection of language strings.
OS A collection of OS and OSVERSION strings.
Processors A collection of processor strings.
VM A collection of VM strings.


© 1997-1998 Microsoft Corporation. All rights reserved.