Click or drag to resize

IClassFactory Interface

Provides the COM IClassFactory interface.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IClassFactory

The IClassFactory type exposes the following members.

Methods
 NameDescription
Public methodCreateInstance Creates an uninitialized object.
Public methodLockServer Locks or unlocks the server in memory.
Top
See Also