DhObjectFactory.DhObjectFactory

Overview | Methods | This Package | All Packages

DhObjectFactory.DhObjectFactory

Creates a DhObjectFactory object.

Syntax

public DhObjectFactory()

public DhObjectFactory( String classid )

public DhObjectFactory( _Guid iid )

Parameters

classid

The class identifier (CLSID) of an existing object. 

iid

The _Guid object to instantiate.

Remarks

You can instantiate Java applets with the OBJECT tag by using the the Java moniker name (for example "java:myapplet") as the CLASSID parameter value.

See Also   com.ms.com._Guid