Click or drag to resize

ComClassFactoryT Class

Defines a COM class factory for a given type.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesComClassFactoryT

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class ComClassFactory<T>

Type Parameters

T
The COM server type.

The ComClassFactoryT type exposes the following members.

Constructors
  NameDescription
Public methodComClassFactoryT
Initializes a new instance of the ComClassFactoryT class
Top
Methods
  NameDescription
Protected methodOnCreateInstance
Called when an instance is being created.
Top
Events
  NameDescription
Public eventCreateInstance
Occurs when an instance is being created.
Top
See Also