AddImplementation Method

The AddImplementation method creates an instance of the Implementation class, adds the object's dispinterface to the Implementations collection, and then returns it.

VBScript Syntax

ISoftwarePackage.AddImplementation

Parameters

None

Return Value

The IImplementation dispinterface on the new object added to the collection.

Example

Impl = Sofkpkg.AddImplementation
Impl.OS.Add "WinNT"
Impl.processors.Add "x86"

See Also

Class Implementation


© 1997-1998 Microsoft Corporation. All rights reserved.